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

17 lines
155 B
YAML
Raw Normal View History

2017-03-17 18:10:09 +01:00
language: node_js
node_js:
- "12"
2017-03-17 18:10:09 +01:00
2017-07-15 17:42:52 +02:00
script:
2019-04-09 17:25:38 +02:00
- yarn lint
- yarn test --ci
2017-07-15 17:42:52 +02:00
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