mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
482a8ab956
* codemod * move files * install kcd-scripts and set up some stuff * make everything work * update md files * change a few things
14 lines
222 B
YAML
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
|