Skip to content

Commit

Permalink
Add Node.js 6 LTS to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Nov 30, 2016
1 parent 030da0b commit 41057d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js

node_js:
- 'stable'
- '6'
- '4'

sudo: false
Expand Down
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->

Expand Down

0 comments on commit 41057d3

Please sign in to comment.