We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a677a commit 4a76c75Copy full SHA for 4a76c75
1 file changed
.travis.yml
@@ -14,6 +14,8 @@ node_js:
14
- "10"
15
- "11"
16
- "12"
17
+ - "13"
18
+ - "14"
19
20
before_install:
- - '[ "${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