Skip to content

Commit f74f4a2

Browse files
authored
chore: change test targets (#1788)
No longer testing in node@8 as of [email protected] Adding node@14 and dropping non-LTS targets (odd versions).
1 parent 66ec7cd commit f74f4a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ cache:
55
notifications:
66
email: false
77
node_js:
8+
- '14'
89
- '12'
9-
- '11'
1010
- '10'
11-
- '8'
1211
before_install:
1312
- if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc; fi
1413
after_success:

0 commit comments

Comments
 (0)