Skip to content

Commit 96929b9

Browse files
axiccdetrio
authored andcommitted
Require node 7 (for ES7 features)
1 parent 797b46a commit 96929b9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ os:
44

55
language: node_js
66
node_js:
7-
- "5"
8-
- "6"
7+
- "7"
98
addons:
109
apt:
1110
sources:
@@ -23,12 +22,12 @@ matrix:
2322
fast_finish: true
2423
include:
2524
- os: linux
26-
node_js: "6"
25+
node_js: "7"
2726
env: CXX=g++-4.8 TEST_SUITE=testVM
2827
- os: linux
29-
node_js: "6"
28+
node_js: "7"
3029
env: CXX=g++-4.8 TEST_SUITE=testBlockchain
3130
- os: linux
32-
node_js: "6"
31+
node_js: "7"
3332
env: CXX=g++-4.8 TEST_SUITE=lint
3433
script: npm run $TEST_SUITE

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
machine:
22
node:
3-
version: 6.3.1
3+
version: 7.1.0
44
dependencies:
55
pre:
66
- "npm rebuild"

0 commit comments

Comments
 (0)