Skip to content

Commit b870e12

Browse files
committed
Fix CI - vue is peer dependency now
1 parent 83c649a commit b870e12

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ language: node_js
22
node_js:
33
- 6
44
script:
5+
- npm install vue
56
- npm test

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88
- ps: Install-Product node $env:nodejs_version
99
# install modules
1010
- npm install
11+
- npm install vue
1112

1213
# Post-install test scripts.
1314
test_script:

0 commit comments

Comments
 (0)