Use verbose builds with travis

This commit is contained in:
TingPing 2014-01-29 16:27:45 -05:00
parent a466369356
commit 9ec4aa897a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ before_script:
script:
- ./autogen.sh
- ./configure --enable-textfe --with-theme-manager
- make
- make V=1
notifications:
irc:
channels: "chat.freenode.net#hexchat-devel"