travis add before_script

pull/165/head
tangjinzhou 2018-05-12 13:53:38 +08:00
parent a04637ec9f
commit 5604dc9a2f
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ language: node_js
sudo: required
node_js:
- 8.2.1
before_script:
- npm install vue vue-template-compiler
script:
- npm test
- npm run codecov