feather/.travis.yml
2017-07-03 15:53:34 -07:00

14 lines
197 B
YAML

language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js: 6
before_script:
- npm prune
script:
- npm run all
after_success:
- npm run semantic-release