Update CI files

This commit is contained in:
Maik Klein 2017-04-16 12:58:29 +02:00
parent 6ef7cc18f3
commit fba518d157
2 changed files with 6 additions and 2 deletions

View file

@ -2,3 +2,7 @@ language: rust
rust:
- stable
script:
- cargo build --manifest-path ash/Cargo.toml
- cargo build --manifest-path examples/Cargo.toml

View file

@ -13,5 +13,5 @@ install:
- rustc -vV
- cargo -vV
build_script:
- cargo build
- cd examples && cargo build
- cargo build --manifest-path ash/Cargo.toml
- cargo build --manifest-path examples/Cargo.toml