1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2025-04-10 17:23:41 +02:00
emoji-cheat-sheet/.travis.yml
2017-07-24 12:25:22 +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