Skip to content

Commit

Permalink
CB-14072 Update supported Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raphinesse committed Jun 13, 2018
1 parent 6dad256 commit d3c80ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ env:
global:
# Keep gradle from crapping all over the log
- TERM=dumb
matrix:
- nodejs_version=6
- nodejs_version=8
- nodejs_version=10

install:
# Install a sdkmanager version that supports the --licenses switch and
Expand All @@ -18,7 +22,7 @@ install:
- yes | sdkmanager tools > /dev/null
- yes | sdkmanager --licenses > /dev/null

- nvm install 6
- nvm install $nodejs_version
- npm install
- npm install -g codecov

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ environment:
SDK_TOOLS_URL: https://dl.google.com/android/repository/sdk-tools-windows-3859397.zip

matrix:
- nodejs_version: 4
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10

install:
# Install Android SDK Tools
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"rewire": "^2.1.3"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"engineStrict": true
}

0 comments on commit d3c80ea

Please sign in to comment.