We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2bdf8 commit 7985e66Copy full SHA for 7985e66
.travis.yml
@@ -2,8 +2,8 @@ language: node_js
2
3
node_js:
4
- 'stable'
5
+ - '8'
6
- '6'
- - '4'
7
8
sudo: false
9
netci.groovy
@@ -5,7 +5,7 @@ import jobs.generation.Utilities;
def project = GithubProject
def branch = GithubBranchName
-def nodeVersions = ['stable', '6', '4']
+def nodeVersions = ['stable', '8', '6']
10
nodeVersions.each { nodeVer ->
11
0 commit comments