From 0cc7e3cb7ce21cc158fec3f4a9962cc857f910aa Mon Sep 17 00:00:00 2001 From: ikatyang Date: Sat, 15 Jul 2017 23:42:52 +0800 Subject: [PATCH] chore(travis): update scripts --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9fdee52..3b09c6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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