Start adding travis builds.

pull/64/head
Dessalines 6 years ago
parent 397f65c81e
commit 9e79a5f580

@ -0,0 +1,13 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo
script:
- cargo build --verbose --all
- cargo test --verbose --all
Loading…
Cancel
Save