From 5304f13362c64a51b806347c0778f4f1fe2ecb63 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Sun, 10 Mar 2019 16:28:00 +0200 Subject: [PATCH] Make sure CI builds examples --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2a7a530..4791218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,6 @@ script: - cargo build --all --verbose - cargo test --all --verbose - cargo build --all --verbose --manifest-path imgui-examples/Cargo.toml + - cargo test --all --verbose --manifest-path imgui-examples/Cargo.toml - cargo build --all --verbose --manifest-path imgui-glium-examples/Cargo.toml + - cargo test --all --verbose --manifest-path imgui-glium-examples/Cargo.toml