diff options
author | TingPing <tingping@tingping.se> | 2014-01-29 16:27:45 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-29 16:27:45 -0500 |
commit | 9ec4aa897a4d498c426e8cbebb6f78985363f577 (patch) | |
tree | a528b0a888fec08f08f8bab3dc4a197ce1962ff5 | |
parent | a4663693566388850a08b7aa5a7b3c072418b0f4 (diff) |
Use verbose builds with travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0dd68467..39696244 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |