Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
phillipj committed Dec 6, 2020
1 parent 2502fdf commit 36edf68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,8 +1,6 @@
language: node_js
node_js:
- 8
- 10
- 12
script:
- npm test
- "test $TRAVIS_PULL_REQUEST != 'false' || test $TRAVIS_NODE_VERSION != '8' || npm run test-browser"
Expand Down

0 comments on commit 36edf68

Please sign in to comment.