We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fde61 commit 3ce207fCopy full SHA for 3ce207f
.travis.yml
@@ -2,6 +2,8 @@ language: node_js
2
sudo: required
3
node_js:
4
- 8.2.1
5
+before_script:
6
+ - npm install vue vue-template-compiler
7
script:
8
- npm test
9
- npm run codecov
0 commit comments