From 67c5771b4e253e7d98ffde21492ba1ce9aed4c42 Mon Sep 17 00:00:00 2001 From: Bodil Stokke Date: Sat, 1 Dec 2018 19:01:00 +0000 Subject: [PATCH] Tell Travis the stdweb example moved. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8c01c9..f377484 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ matrix: - rust: nightly script: cargo test - rust: beta - script: cargo check --manifest-path examples/wasm/Cargo.toml + script: cargo check --manifest-path examples/stdweb/Cargo.toml - rust: stable - script: cargo check --manifest-path examples/wasm/Cargo.toml + script: cargo check --manifest-path examples/stdweb/Cargo.toml