This commit is contained in:
chico 2016-11-30 23:45:15 +03:00
Родитель 030da0b69f
Коммит 41057d3d31
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

@ -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 ->