diff --git a/.travis.yml b/.travis.yml index ad0e2233e..a2e58bd94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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