From e7f7f7864ab4c98c2fd61226f98ea2b8b3098354 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 2 Mar 2018 20:21:44 -0800 Subject: [PATCH] Run smorgasboard example on CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d86aeb19..4c038e75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ script: - cargo test - cargo install --debug --path crates/wasm-bindgen-cli - (cd examples/hello_world && ./build.sh) + - (cd examples/smorgasboard && ./build.sh) notifications: email: