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