Verbose build in travis

This commit is contained in:
Igor Canadi 2015-02-23 12:32:31 -08:00
parent a047409ae9
commit 5636c4a80b

View File

@ -14,6 +14,6 @@ before_install:
- sudo dpkg -i libgflags-dev_2.0-1_amd64.deb
# Lousy hack to disable use and testing of fallocate, which doesn't behave quite
# as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment.
script: OPT=-DTRAVIS make unity && make clean && OPT=-DTRAVIS make check
script: OPT=-DTRAVIS V=1 make unity && make clean && OPT=-DTRAVIS V=1 make check
notifications:
email: false