diff options
| -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  | 
