Add Node.js 6 LTS to CI

This commit is contained in:
chico
2016-11-30 23:45:15 +03:00
parent 030da0b69f
commit 41057d3d31
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ language: node_js
node_js:
- 'stable'
- '6'
- '4'
sudo: false

View File

@@ -5,7 +5,7 @@ import jobs.generation.Utilities;
def project = GithubProject
def branch = GithubBranchName
def nodeVersions = ['stable', '4']
def nodeVersions = ['stable', '6', '4']
nodeVersions.each { nodeVer ->