Skip to content

Commit

Permalink
Update nodejs versions used for testing with travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Aug 6, 2019
1 parent e913d17 commit 4710574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
language: node_js
node_js:
- '10'
- '11'
- '12'

git:
submodules: false

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8

before_install:
- echo -e "machine github.com\n login $CI_USER_TOKEN" >> ~/.netrc
- git submodule update --init --recursive
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ environment:
- nodejs_version: "10"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015

- nodejs_version: "11"
- nodejs_version: "12"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015

- nodejs_version: "10"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

- nodejs_version: "11"
- nodejs_version: "12"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

install:
Expand Down

0 comments on commit 4710574

Please sign in to comment.