all-contributors-cli/.travis.yml

18 lines
218 B
YAML
Raw Normal View History

2016-05-11 18:30:05 +00:00
language: node_js
2017-01-25 18:20:34 +00:00
cache:
directories:
- node_modules
notifications:
email: false
2016-05-11 18:30:05 +00:00
node_js:
- '6'
- '5'
- '4'
2017-01-25 18:20:34 +00:00
script:
- npm test
after_success:
- npm run semantic-release
branches:
only:
- master