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.
2 parents c2acb51 + 272be71 commit 6addf96Copy full SHA for 6addf96
.travis.yml
@@ -1,8 +1,7 @@
1
language: node_js
2
node_js:
3
- - '7'
+ - '8'
4
- '6'
5
- - '5'
6
- '4'
7
branches:
8
# We need to whitelist the branches which we want to have "push" automation.
package.json
@@ -44,7 +44,7 @@
44
"yargs": "^4.7.1"
45
},
46
"devDependencies": {
47
- "ethereumjs-util": "^5.1.2",
+ "ethereumjs-util": "^5.1.4",
48
"semistandard": "^11.0.0",
49
"tape": "^4.5.1",
50
"tape-spawn": "^1.4.2"
0 commit comments