Slightly change travis TODO

This commit is contained in:
Pierre Krieger 2016-04-12 13:57:21 +02:00
parent 4434bd6d36
commit f855fc45a0

View File

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