aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6103f76..73fa8d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,14 +5,19 @@ rust:
- beta
- nightly
+os:
+ - linux
+ - osx
+
matrix:
allow_failures:
- rust: nightly
script:
- cargo clean
- - cargo build
- - cargo test
+ - cargo build --verbose --all
+# - cargo run --verbose --example XYZ
+ - cargo test --verbose --features "test" --all
after_success: |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then