Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be3a2a1

Browse files
Tune CI settings
1 parent 7f176bc commit be3a2a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ before_script:
3434
script: |
3535
cargo clean &&
3636
cargo fmt --all -- --check &&
37-
cargo build &&
38-
cargo test
37+
cargo build --all &&
38+
cargo test --all
3939
after_success: |
4040
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
41-
cargo tarpaulin --run-types Tests Doctests --out Xml
41+
cargo tarpaulin --all --run-types Tests Doctests Examples --out Xml
4242
bash <(curl -s https://codecov.io/bash)
4343
fi

0 commit comments

Comments
 (0)