Add node v11 to test runners

This commit is contained in:
pathmapper
2018-11-17 11:08:55 +01:00
parent da17646b8d
commit f3128cb6d2
2 changed files with 16 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "11"
platform:
- x86
- x64