diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..c8f1c5c3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: rust +rust: + - nightly +script: +- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --all +- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --tests --all +- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --examples --all