emoji-cheat-sheet/.travis.yml

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