emoji-cheat-sheet/.travis.yml
dependencies[bot] d7eca0f9fe chore(deps): Update tslint-config-ikatyang from 0.10.0 to 1.0.1 (#13)
* Update tslint-config-ikatyang from 0.10.0 to 1.0.1

* chore: add prettier

* style: reformat with prettier

* chore(package): update @types/node to version 8.0.15
2017-07-24 12:36:42 +08:00

21 lines
298 B
YAML

language: node_js
node_js:
- stable
script:
- yarn run lint
- yarn run format-check
- 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