We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797b46a commit 96929b9Copy full SHA for 96929b9
.travis.yml
@@ -4,8 +4,7 @@ os:
4
5
language: node_js
6
node_js:
7
- - "5"
8
- - "6"
+ - "7"
9
addons:
10
apt:
11
sources:
@@ -23,12 +22,12 @@ matrix:
23
22
fast_finish: true
24
include:
25
- os: linux
26
- node_js: "6"
+ node_js: "7"
27
env: CXX=g++-4.8 TEST_SUITE=testVM
28
29
30
env: CXX=g++-4.8 TEST_SUITE=testBlockchain
31
32
33
env: CXX=g++-4.8 TEST_SUITE=lint
34
script: npm run $TEST_SUITE
circle.yml
@@ -1,6 +1,6 @@
1
machine:
2
node:
3
- version: 6.3.1
+ version: 7.1.0
dependencies:
pre:
- "npm rebuild"
0 commit comments