ci(travis): run test command in script

This commit is contained in:
Eric Liu 2019-12-17 09:28:25 -08:00
commit 659cd99557

View file

@ -2,4 +2,5 @@ language: node_js
node_js: 10
cache: yarn
script:
- yarn test
- yarn build