浏览代码

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.
tags/v4.2.0
Phillip Johnsen 5 年前
父节点
当前提交
36edf6874b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      .travis.yml

+ 0
- 2
.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"


正在加载...
取消
保存