Merge pull request #892 from embark-framework/features/travis-node-current

test node current release (10) in addition to node LTS release (8)
This commit is contained in:
Iuri Matias 2018-09-21 18:28:15 -04:00 committed by GitHub
commit da9880a9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,7 @@ os:
- osx - osx
node_js: node_js:
- "8" - "8"
- "10"
addons: addons:
code_climate: code_climate:
repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358 repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358

View File

@ -1,6 +1,8 @@
# Test against the latest version of this Node.js version # Test against the latest version of this Node.js version
environment: environment:
nodejs_version: "8" matrix:
- nodejs_version: "8"
- nodejs_version: "10"
# Install scripts. (runs after repo cloning) # Install scripts. (runs after repo cloning)
install: install: