Skip to content

Commit 751995b

Browse files
committed
Nocapture
Signed-off-by: Ana Hobden <operator@hoverbear.org>
1 parent c266492 commit 751995b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ before_script:
3030
- if [[ $TRAVIS_RUST_VERSION == "stable" && $TRAVIS_OS_NAME == "linux" ]]; then cargo clippy -- -D clippy::all; fi
3131

3232
script:
33-
- cargo test
33+
- cargo test --all -- --nocapture
3434
# We need to switch the daemon of Windows to use Linux docker containers.
3535
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then "/c/Program Files/Docker/Docker/DockerCli.exe" -SwitchDaemon .; fi
3636
# OS X can't do docker on travis. :(
@@ -39,4 +39,4 @@ script:
3939
- if [[ $TRAVIS_OS_NAME != "osx" ]]; then docker ps; fi
4040
- if [[ $TRAVIS_OS_NAME != "osx" ]]; then docker logs pd; fi
4141
- if [[ $TRAVIS_OS_NAME != "osx" ]]; then docker logs kv; fi
42-
- if [[ $TRAVIS_OS_NAME != "osx" ]]; then cargo test --features integration-tests; fi
42+
- if [[ $TRAVIS_OS_NAME != "osx" ]]; then cargo test --all --features integration-tests -- --nocapture; fi

0 commit comments

Comments
 (0)