test node current release (10) in addition to node LTS release (8)

This commit is contained in:
Michael Bradley, Jr 2018-09-21 17:22:35 -05:00
parent c45c262f38
commit 152535f3a6
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: node_js language: node_js
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: