diff options
author | Alexander Færøy <ahf@0x90.dk> | 2015-10-02 18:57:06 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2015-10-02 19:49:41 +0200 |
commit | a66bb95d0e3d76dfb6abda88d6f128540279b461 (patch) | |
tree | 06fcbebb47058b44fe505062edd9d6f044c739de /.travis.yml | |
parent | ef55e0f6534a5b790131c320fd0490a5beb21a68 (diff) | |
download | irssi-a66bb95d0e3d76dfb6abda88d6f128540279b461.zip |
Use silent rules.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |