Skip to content

Commit

Permalink
ci: update platform list
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Nov 10, 2018
1 parent 53f0c8f commit 6996286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ 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" npm_config_runtime="electron" npm_config_target="3.0.8" npm_config_dist_url=https://atom.io/download/electron
- TRAVIS_NODE_VERSION="6"
- TRAVIS_NODE_VERSION="8"
- TRAVIS_NODE_VERSION="10"
- TRAVIS_NODE_VERSION="11"
os:
- linux
- osx
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
environment:
fast_finish: true
matrix:
- nodejs_version: "11"
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
Expand Down

0 comments on commit 6996286

Please sign in to comment.