Skip to content

Commit d0b0cad

Browse files
committed
node 8
1 parent 884fe4e commit d0b0cad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ cache:
1313
matrix:
1414
include:
1515
- os: linux
16-
node_js: "7"
16+
node_js: "8"
1717
env: NO_WATCH_TESTS=1 JOB_PART=lint
1818
- os: linux
19-
node_js: "7"
19+
node_js: "8"
2020
env: NO_WATCH_TESTS=1 JOB_PART=test
2121
- os: linux
2222
node_js: "6"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ clone_depth: 50
1313
# what combinations to test
1414
environment:
1515
matrix:
16-
- nodejs_version: 7
16+
- nodejs_version: 8
1717
job_part: test
1818
- nodejs_version: 6
1919
job_part: test

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ machine:
88

99
dependencies:
1010
pre:
11-
- case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=4 ;; 1) NODE_VERSION=7 ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
11+
- case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=4 ;; 1) NODE_VERSION=8 ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
1212
override:
1313
- yarn
1414
- yarn link || true && yarn link webpack

0 commit comments

Comments
 (0)