mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-13 10:28:16 +08:00
20 lines
267 B
YAML
20 lines
267 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 yarn run generate; fi
|
|
|
|
cache:
|
|
yarn: true
|
|
directories:
|
|
- node_modules
|
|
|
|
matrix:
|
|
fast_finish: true
|