Skip to content

Commit 4a76c75

Browse files
committed
Add Node versions 13 and 14 on Travis
1 parent 44a677a commit 4a76c75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ node_js:
1414
- "10"
1515
- "11"
1616
- "12"
17+
- "13"
18+
- "14"
1719

1820
before_install:
19-
- '[ "${TRAVIS_NODE_VERSION}" = "0.8" ] && npm install -g npm@~1.4.0 || true'
21+
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@~1.4.0'

0 commit comments

Comments
 (0)