Skip to content

Commit 5266f3a

Browse files
committed
build: test against Node.js 13.x nightly
1 parent e502dde commit 5266f3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ matrix:
1717
include:
1818
- node_js: "12"
1919
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
20+
- node_js: "13"
21+
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
2022
allow_failures:
2123
# Allow the nightly installs to fail
2224
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"

0 commit comments

Comments
 (0)