build: travis: use VERBOSE=1
This commit is contained in:
parent
ab3658117b
commit
0e70041ebc
|
|
@ -9,4 +9,4 @@ before_install:
|
|||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. && make
|
||||
- cmake .. && make VERBOSE=1
|
||||
Loading…
Reference in New Issue