Skip to content

Commit 576187e

Browse files
committed
travis增加vue2安装
1 parent 2c1a350 commit 576187e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ cache:
77
- "node_modules"
88

99
install:
10-
- npm install
10+
- npm i
11+
- npm install vue@2
1112

1213
stages:
1314
- lint

0 commit comments

Comments
 (0)