Skip to content

Commit dea85fb

Browse files
committed
Make Travis CI tests more thorough
1 parent aff0683 commit dea85fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ script:
2323
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
2424
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
2525
fi
26-
cargo build --verbose
27-
cargo test --verbose
28-
cargo build --features raw-tag-access --verbose
26+
cargo build --verbose --all-features
27+
cargo test --verbose --all-features
28+
cargo run --example gps
29+
cargo run --example timestamp
2930
notifications:
3031
email:
3132
on_success: never

0 commit comments

Comments
 (0)