Remove yarn tests on CI

We're not actually using them any more!
This commit is contained in:
Alex Crichton 2018-08-27 17:39:40 -07:00
parent 6c0a00ca39
commit 7154372af9
2 changed files with 0 additions and 3514 deletions

View File

@ -119,18 +119,6 @@ matrix:
chrome: stable
if: branch = master
# Tests pass on nightly using yarn
- rust: nightly
env: JOB=test-yarn-smoke
install:
- *INSTALL_NODE_VIA_NVM
- travis_retry curl -OLSf https://yarnpkg.com/install.sh
- travis_retry bash install.sh -- --version 1.7.0 < /dev/null
- export PATH=$HOME/.yarn/bin:$PATH
- yarn install --freeze-lockfile
script: cargo test api::works
if: branch = master
# WebIDL tests pass on nightly
- rust: nightly
env: JOB=test-webidl

3502
yarn.lock

File diff suppressed because it is too large Load Diff