[travis] Add build test for examples

The examples are excluded from the workspace, so we need to add the
command to build them.
This commit is contained in:
Malik Olivier Boussejra 2018-11-01 08:03:39 +09:00
parent 55cddf955a
commit b18fb57020

View File

@ -28,3 +28,5 @@ before_install:
script:
- cargo build --all --verbose
- cargo test --all --verbose
- cargo build --all --verbose --manifest-path imgui-examples/Cargo.toml
- cargo build --all --verbose --manifest-path imgui-glium-examples/Cargo.toml