mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
Remove yarn tests on CI
We're not actually using them any more!
This commit is contained in:
parent
6c0a00ca39
commit
7154372af9
12
.travis.yml
12
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user