mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 12:19:51 +01:00
build: test against Node.js 12.x nightly
This commit is contained in:
parent
8a97346eaf
commit
9e5d1a30c3
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user