Skip to content

Commit

Permalink
Merge pull request #2930 from ethereum/travis/node-versions
Browse files Browse the repository at this point in the history
Travis YML file updated
  • Loading branch information
nivida authored Jul 8, 2019
2 parents 7655fe8 + cc97d21 commit fcaaca9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "10"
- "11"
- "12"
env:
- CXX=g++-4.8
addons:
Expand All @@ -12,9 +12,6 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
matrix:
- CXX=g++-4.8 TEST_SUITE=test
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down

0 comments on commit fcaaca9

Please sign in to comment.