Skip to content

Commit 6addf96

Browse files
authored
Merge pull request #179 from ethereum/travis
Only build on stable node version (4, 6, 8) on travis
2 parents c2acb51 + 272be71 commit 6addf96

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
node_js:
3-
- '7'
3+
- '8'
44
- '6'
5-
- '5'
65
- '4'
76
branches:
87
# We need to whitelist the branches which we want to have "push" automation.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"yargs": "^4.7.1"
4545
},
4646
"devDependencies": {
47-
"ethereumjs-util": "^5.1.2",
47+
"ethereumjs-util": "^5.1.4",
4848
"semistandard": "^11.0.0",
4949
"tape": "^4.5.1",
5050
"tape-spawn": "^1.4.2"

0 commit comments

Comments
 (0)