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