1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2024-11-22 10:23:51 +01:00
emoji-cheat-sheet/.travis.yml
2017-07-15 23:42:52 +08:00

17 lines
184 B
YAML

language: node_js
node_js:
- stable
script:
- yarn run lint
- yarn run test -- --verbose --coverage
cache:
yarn: true
directories:
- node_modules
matrix:
fast_finish: true