emoji-cheat-sheet/.travis.yml
dependencies[bot] 89d681b1e3 chore(deps): Update tslint-config-ikatyang from 1.0.2 to 2.0.1 (#19)
* Update tslint-config-ikatyang from 1.0.2 to 2.0.1

* chore: remove gulp-plugin-prettier related things
2017-07-31 00:34:31 +08:00

20 lines
274 B
YAML

language: node_js
node_js:
- stable
script:
- yarn run lint
- yarn run test -- --verbose --coverage
after_success:
- if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then bash ./scripts/deploy.sh; fi
cache:
yarn: true
directories:
- node_modules
matrix:
fast_finish: true