Skip to content

Commit

Permalink
Merge pull request #61 from ethereumjs/update-travis-node-versions
Browse files Browse the repository at this point in the history
Update Travis to run tests with currently supported Node versions
  • Loading branch information
holgerd77 committed Apr 5, 2018
2 parents 09c3c48 + f67bc4e commit 4ea2fdf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "8"
- "9"
env:
- CXX=g++-4.8
addons:
Expand All @@ -19,9 +21,9 @@ matrix:
fast_finish: true
include:
- os: linux
node_js: "4"
node_js: "6"
env: CXX=g++-4.8 TEST_SUITE=coveralls
- os: linux
node_js: "4"
node_js: "6"
env: CXX=g++-4.8 TEST_SUITE=lint
script: npm run $TEST_SUITE

0 comments on commit 4ea2fdf

Please sign in to comment.