build: test against Node.js 12.x nightly

This commit is contained in:
Douglas Christopher Wilson 2019-04-17 10:44:27 -04:00
parent 8a97346eaf
commit 9e5d1a30c3

View File

@ -16,6 +16,8 @@ matrix:
include:
- node_js: "11"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
- node_js: "12"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
allow_failures:
# Allow the nightly installs to fail
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"