Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Removed outdated Node versions 4,5,7, added version 10 in travis buil…
Browse files Browse the repository at this point in the history
…d config
  • Loading branch information
holgerd77 committed Oct 19, 2018
1 parent 0334d65 commit df69683
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
env:
- CXX=g++-4.8
addons:
Expand Down Expand Up @@ -35,5 +33,3 @@ matrix:
env: CXX=g++-4.8 TEST_SUITE=test:browser
script: npm run $TEST_SUITE

notifications:
irc: "chat.freenode.net#ethereumjs"

0 comments on commit df69683

Please sign in to comment.