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
155 B
YAML

language: node_js
node_js:
- "12"
script:
- yarn lint
- yarn test --ci
cache:
yarn: true
directories:
- node_modules
matrix:
fast_finish: true