Skip to content

Commit

Permalink
chore: Update travis and appveyor node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hristoterezov committed Feb 27, 2019
1 parent 15b6834 commit 4f1ab8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ env:
secure: <env>
matrix:
# - TRAVIS_NODE_VERSION="6" ARCH="x86"
- TRAVIS_NODE_VERSION="6" ARCH="x64"
- TRAVIS_NODE_VERSION="10.15.1" ARCH="x64"
# - BINARY_BUILDER="true" TRAVIS_NODE_VERSION="8" ARCH="x86"
# disable x86 for now because of weird errors with gyp under prebuild

matrix:
exclude:
- os: osx
env: TRAVIS_NODE_VERSION="6" ARCH="x86"
env: TRAVIS_NODE_VERSION="10.15.1" ARCH="x86"

before_install:

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ environment:
prebuild_upload:
secure: ISoUH9JZc7Vx2AkFPtCxh/Ml63yDs9w7oDKa7xNgwphOf2FWC3I5hMypxDH4cQlT

nodejs_version: "6"
nodejs_version: "10.15.1"

platform:
- x86
Expand Down

0 comments on commit 4f1ab8e

Please sign in to comment.