mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-29 15:49:52 +01:00
.travis.yml: Do tls tests, then rustdoc tests, then regular tests
This commit is contained in:
@@ -21,9 +21,9 @@ before_script:
|
||||
|
||||
script:
|
||||
- |
|
||||
travis-cargo build && travis-cargo test && travis-cargo bench &&
|
||||
travis-cargo build -- --features tls && travis-cargo test -- --features tls && travis-cargo bench -- --features tls &&
|
||||
rustdoc --test README.md -L target/debug/deps -L target/debug
|
||||
rustdoc --test README.md -L target/debug/deps -L target/debug &&
|
||||
travis-cargo build && travis-cargo test && travis-cargo bench
|
||||
|
||||
after_success:
|
||||
- travis-cargo coveralls --no-sudo
|
||||
|
||||
Reference in New Issue
Block a user