travis add before_script

pull/22/head
tangjinzhou 2018-05-12 13:53:38 +08:00
parent 72fde617a3
commit 3ce207fe93
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