kiwiupover/ember-cli-surge

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
---
language: node_js
node_js:
  # we recommend testing addons with the same minimum supported node version as Ember CLI
  # so that your addon works for all apps
  - "10"

dist: xenial

cache:
  yarn: true

install:
  - yarn install --non-interactive

script:
  - yarn test

deploy:
  provider: npm
  email: kiwiupover@gmail.com
  api_key: $NPM_TOKEN
  on:
    tags: true
    branch: master