We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1f5dd commit bd478f0Copy full SHA for bd478f0
.travis.yml
@@ -2,4 +2,7 @@ language: node_js
2
3
node_js:
4
- 10
5
- - 12
+ - 12
6
+
7
+before_script:
8
+ - npm i --no-save vue@2.x vue-template-compiler@2.x vuex@3.x
0 commit comments