Skip to content

Commit

Permalink
Tune CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Nov 20, 2019
1 parent 7f176bc commit be3a2a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ before_script:
script: |
cargo clean &&
cargo fmt --all -- --check &&
cargo build &&
cargo test
cargo build --all &&
cargo test --all
after_success: |
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
cargo tarpaulin --run-types Tests Doctests --out Xml
cargo tarpaulin --all --run-types Tests Doctests Examples --out Xml
bash <(curl -s https://codecov.io/bash)
fi

0 comments on commit be3a2a1

Please sign in to comment.