support node v10 - test on all LTS version

This commit is contained in:
Dane Springmeyer
2018-06-26 07:49:29 -07:00
parent 0a215bd6a5
commit a71a19ec40
4 changed files with 9 additions and 8 deletions
+3 -2
View File
@@ -1,6 +1,8 @@
environment:
matrix:
- nodejs_version: 0.10
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10
platform:
- x86
@@ -16,4 +18,3 @@ install:
build: OFF
test: OFF
deploy: OFF