Skip to content

Commit 3933b1b

Browse files
author
Gabriel Schulhof
committed
build: remove Node.js 6 from and add Node.js 13 to travis
1 parent bc8fc23 commit 3933b1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ env:
1616
- NODEJS_VERSION=node/8
1717
- NODEJS_VERSION=node/10
1818
- NODEJS_VERSION=node/12
19+
- NODEJS_VERSION=node/13
1920
- NODEJS_VERSION=nightly
2021
matrix:
2122
fast_finish: true
2223
allow_failures:
2324
- env: NODEJS_VERSION=nightly
25+
- env: NODEJS_VERSION=node/6
2426
sudo: false
2527
cache:
2628
directories:

0 commit comments

Comments
 (0)