mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 19:01:06 +00: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
|
chrome: stable
|
||||||
if: branch = master
|
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
|
# WebIDL tests pass on nightly
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
env: JOB=test-webidl
|
env: JOB=test-webidl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user