Skip to content

Commit

Permalink
Test against Node.js v12.0.0-rc.1 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Apr 16, 2019
1 parent 7fb556c commit 180e659
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: node_js
node_js: 'stable'
matrix:
include:
- node_js: 'stable'
- node_js: 'node'
env: VERSION=v12.0.0-rc.1
before_install: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/rc nvm install $VERSION
script: npm test
notifications:
email:
Expand Down

0 comments on commit 180e659

Please sign in to comment.