Skip to content

Commit 183ec0a

Browse files
committed
Test against Node.js nightly on Travis
1 parent 7fb556c commit 183ec0a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
language: node_js
2-
node_js: 'stable'
2+
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 v12.0.0-nightly20190411655c90b287
39
script: npm test
410
notifications:
511
email:

0 commit comments

Comments
 (0)