diff options
| author | Jakob Unterwurzacher | 2019-03-05 22:44:53 +0100 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2019-04-08 20:27:13 +0200 | 
| commit | 8cad0e2f4f288482d3528c80fb64fc1e55f26e34 (patch) | |
| tree | 69e2489cc6d72edc6fba4cf7e3528391986436c4 | |
| parent | d851cf805506bdaf979d49cc021216817678f023 (diff) | |
travis: run tests with "-v"
Let's log more details.
https://github.com/rfjakob/gocryptfs/issues/363
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index b3390ab..2d64596 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ script:    - ./build-without-openssl.bash    - ./build.bash    - ./gocryptfs -speed -  - ./test.bash +  - ./test.bash -v    - ./crossbuild.bash    - echo "rebuild with locked dependencies"    - echo travis_fold:start:dep | 
