1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2024-11-22 18:33:50 +01:00
emoji-cheat-sheet/.travis.yml

17 lines
184 B
YAML
Raw Normal View History

2017-03-17 18:10:09 +01:00
language: node_js
node_js:
2017-07-15 16:51:15 +02:00
- stable
2017-03-17 18:10:09 +01:00
2017-07-15 17:42:52 +02:00
script:
- yarn run lint
- yarn run test -- --verbose --coverage
2017-03-17 18:10:09 +01:00
cache:
yarn: true
directories:
- node_modules
2017-07-15 17:42:52 +02:00
matrix:
fast_finish: true