feather/.travis.yml

12 lines
173 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
after_success:
- npm run semantic-release