chore(travis): update scripts

pull/1/head
ikatyang 2017-07-15 23:42:52 +08:00
parent f2ef508b20
commit 0cc7e3cb7c
1 changed files with 7 additions and 0 deletions

View File

@ -3,7 +3,14 @@ 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