Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarton committed Aug 22, 2019
1 parent 27e1d40 commit 941d679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -24,6 +24,7 @@ script:
- cargo test --verbose ${FEATURES}
- if [ ${TRAVIS_RUST_VERSION} = "nightly" ]; then export FEATURES="--features=test-nightly,use_core"; else export FEATURES="--features=use_core" ; fi
- cargo clean
- cargo build --verbose ${FEATURES}
- cargo test --verbose ${FEATURES}
- if ${HAS_CLIPPY}; then cargo clippy --verbose ${FEATURES}; fi

Expand All @@ -32,4 +33,5 @@ script:
- if [ ${TRAVIS_RUST_VERSION} = "nightly" ]; then cargo update -Z minimal-versions; fi
- if [ ${TRAVIS_RUST_VERSION} = "nightly" ]; then cargo build --verbose; fi
- if [ ${TRAVIS_RUST_VERSION} = "nightly" ]; then cargo test --verbose; fi
- if [ ${TRAVIS_RUST_VERSION} = "nightly" ]; then cargo build --features=use_core; fi
- if [ ${TRAVIS_RUST_VERSION} = "nightly" ]; then cargo test --verbose --features=use_core; fi

0 comments on commit 941d679

Please sign in to comment.