Tell Travis the stdweb example moved.

This commit is contained in:
Bodil Stokke 2018-12-01 19:01:00 +00:00 committed by GitHub
parent 818c8ebdac
commit 67c5771b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ matrix:
- rust: nightly - rust: nightly
script: cargo test script: cargo test
- rust: beta - rust: beta
script: cargo check --manifest-path examples/wasm/Cargo.toml script: cargo check --manifest-path examples/stdweb/Cargo.toml
- rust: stable - rust: stable
script: cargo check --manifest-path examples/wasm/Cargo.toml script: cargo check --manifest-path examples/stdweb/Cargo.toml