build: travis: use VERBOSE=1

This commit is contained in:
Eric Wasylishen 2016-04-18 15:19:09 -06:00
parent ab3658117b
commit 0e70041ebc
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ before_install:
script:
- mkdir build
- cd build
- cmake .. && make
- cmake .. && make VERBOSE=1