Add a travis file

This commit is contained in:
Pierre Krieger 2016-02-05 14:33:36 +01:00
parent f75a0d668f
commit 964ad0a27e

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
sudo: false
language: rust
rust:
- nightly
- stable
script:
- cargo test -v --manifest-path glsl-to-spirv/Cargo.toml
- cargo test -v --manifest-path shader-parser/Cargo.toml