Skip to content

Commit 180e659

Browse files
committed
Test against Node.js v12.0.0-rc.1 on Travis
1 parent 7fb556c commit 180e659

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
language: node_js
2-
node_js: 'stable'
2+
matrix:
3+
include:
4+
- node_js: 'stable'
5+
- node_js: 'node'
6+
env: VERSION=v12.0.0-rc.1
7+
before_install: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/rc nvm install $VERSION
38
script: npm test
49
notifications:
510
email:

0 commit comments

Comments
 (0)