We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb556c commit 180e659Copy full SHA for 180e659
.travis.yml
@@ -1,5 +1,10 @@
1
language: node_js
2
-node_js: 'stable'
+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
8
script: npm test
9
notifications:
10
email:
0 commit comments