Skip to content

Commit 6bec6a7

Browse files
committed
test env: use node 7
1 parent 9cce40c commit 6bec6a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 6
3+
- 7
44
script:
55
- npm install vue
66
- npm test

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Test against this version of Node.js
22
environment:
3-
nodejs_version: "6"
3+
nodejs_version: "7"
44

55
# Install scripts. (runs after repo cloning)
66
install:

0 commit comments

Comments
 (0)