diff --git a/.travis.yml b/.travis.yml index c6dde3a..978cc69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,3 @@ script: - if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then cargo fmt --all -- --check; fi - cargo build - cargo test --all-features -- --nocapture --test-threads 1 - - cargo package