summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2015-10-02 18:57:06 +0200
committerAlexander Færøy <ahf@0x90.dk>2015-10-02 19:49:41 +0200
commita66bb95d0e3d76dfb6abda88d6f128540279b461 (patch)
tree06fcbebb47058b44fe505062edd9d6f044c739de /.travis.yml
parentef55e0f6534a5b790131c320fd0490a5beb21a68 (diff)
downloadirssi-a66bb95d0e3d76dfb6abda88d6f128540279b461.zip
Use silent rules.
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 aa807a7b..f066c17b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ before_install:
install: true
script:
- - ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build --enable-silent-rules
+ - ./autogen.sh --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build
- cat config.log
- make
- make install