Skip to content

Commit 36edf68

Browse files
committed
Only keep Node.js 8 with browser usage tests on Travis CI
Removes running Node.js 10 & 12 from Travis CI as we do that with GitHub Actions as well. The only reason we still keep Node.js 8 running on Travis CI is due to the browser usage testing we've setup, with encrypted secrets and all. Ideally we'd move those browser tests to run via GitHub Actions for consistency with the rest of our tests, but postponing that work for now as it's not critical.
1 parent 2502fdf commit 36edf68

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
node_js:
33
- 8
4-
- 10
5-
- 12
64
script:
75
- npm test
86
- "test $TRAVIS_PULL_REQUEST != 'false' || test $TRAVIS_NODE_VERSION != '8' || npm run test-browser"

0 commit comments

Comments
 (0)