all-contributors-cli/.travis.yml
Kent C. Dodds 482a8ab956
chore: upgrade and migrate tooling stuff (#73)
* codemod

* move files

* install kcd-scripts and set up some stuff

* make everything work

* update md files

* change a few things
2017-11-22 11:09:06 -07:00

14 lines
222 B
YAML

sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '8'
script: npm run validate
after_success: kcd-scripts travis-after-success
branches:
only:
- master