summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-01-29 16:27:45 -0500
committerTingPing <tingping@tingping.se>2014-01-29 16:27:45 -0500
commit9ec4aa897a4d498c426e8cbebb6f78985363f577 (patch)
treea528b0a888fec08f08f8bab3dc4a197ce1962ff5 /.travis.yml
parenta4663693566388850a08b7aa5a7b3c072418b0f4 (diff)
Use verbose builds with travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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"