Build instead of test on travis

This commit is contained in:
Pierre Krieger 2016-02-18 11:20:29 +01:00
parent 772b9577cd
commit 2ea2c30a75

View File

@ -8,7 +8,7 @@ rust:
script:
- cargo test -v --manifest-path glsl-to-spirv/Cargo.toml
- cargo test -v --manifest-path vulkano-shaders/Cargo.toml
- cargo test -v --manifest-path vulkano/Cargo.toml
- cargo build -v --manifest-path vulkano/Cargo.toml # TODO: should be "cargo test" ; tests don't pass yet on travis
after_success:
- |