diff --git a/.travis.yml b/.travis.yml index b527b92..f00f6fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ rust: - stable - nightly +matrix: + allow_failures: + - rust: nightly + cache: cargo before_script: @@ -11,9 +15,9 @@ before_script: script: - cargo fmt --all -- --check - if [ $TRAVIS_RUST_VERSION == "stable" ]; then - cargo test -p orgize-demos -p orgize; + cargo test -p orgize-demos -p orgize --all-features; else - cargo test -p orgize-sync; + cargo test -p orgize-sync --all-features; fi deploy: