travis: Make initial build quiet in Travis-CI

feature/alt_lookup_engine
nirenjan 2016-12-29 14:09:25 -08:00
parent a7806c43b9
commit 1efd88d770
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
language: c
script: ./autogen.sh && ./configure && make && make distcheck
script: ./autogen.sh && ./configure && make V=0 && make distcheck
# Use container based infrastructure
sudo: false