Skip to content

Commit

Permalink
Test node 12-nightly and node 11-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
trygve-lie committed Oct 30, 2018
1 parent 5c8e244 commit 89df292
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

# Nightlies
- stage: Node.js pre-releases
node_js: '12'
if: type = cron
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/
-
node_js: '11'
if: type = cron
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/
Expand All @@ -25,6 +29,10 @@ jobs:
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly/

# Release Candidates
-
node_js: '11'
if: type = cron
env: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/rc/
-
node_js: '10'
if: type = cron
Expand Down

0 comments on commit 89df292

Please sign in to comment.