Skip to content

Commit

Permalink
ci: fix Node 8 version at 8.10
Browse files Browse the repository at this point in the history
Refs: #71
  • Loading branch information
addaleax committed Nov 14, 2018
1 parent f6a0756 commit 8bbfb0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ compiler:
- clang
- gcc
env:
- TRAVIS_NODE_VERSION="8" npm_config_runtime="electron" npm_config_target="1.7.3" npm_config_dist_url=https://atom.io/download/electron
- TRAVIS_NODE_VERSION="8" npm_config_runtime="electron" npm_config_target="2.0.5" npm_config_dist_url=https://atom.io/download/electron
- TRAVIS_NODE_VERSION="8.10" npm_config_runtime="electron" npm_config_target="1.7.3" npm_config_dist_url=https://atom.io/download/electron
- TRAVIS_NODE_VERSION="8.10" npm_config_runtime="electron" npm_config_target="2.0.5" npm_config_dist_url=https://atom.io/download/electron
- TRAVIS_NODE_VERSION="6"
- TRAVIS_NODE_VERSION="8"
- TRAVIS_NODE_VERSION="8.10"
- TRAVIS_NODE_VERSION="10"
os:
- linux
Expand Down

0 comments on commit 8bbfb0a

Please sign in to comment.