feather/.travis.yml

14 lines
195 B
YAML
Raw Normal View History

2017-06-05 10:28:24 +03:00
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js: 6
before_script:
- npm prune
2017-07-04 01:41:01 +03:00
script:
- npm start
2017-06-05 10:28:24 +03:00
after_success:
- npm run semantic-release