Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb556c commit b6bab61Copy full SHA for b6bab61
.travis.yml
@@ -1,5 +1,11 @@
1
language: node_js
2
-node_js: 'stable'
+matrix:
3
+ include:
4
+ - node_js: 'stable'
5
+ env: VERSION=stable
6
+ - node_js: 'node'
7
+ env: VERSION=nightly
8
+ before_install: NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly nvm install node
9
script: npm test
10
notifications:
11
email:
0 commit comments