all-contributors-cli/.travis.yml
2017-01-25 10:20:34 -08:00

17 lines
218 B
YAML

language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '6'
- '5'
- '4'
script:
- npm test
after_success:
- npm run semantic-release
branches:
only:
- master