mirror of https://github.com/nirenjan/libx52.git
travis: Make initial build quiet in Travis-CI
parent
a7806c43b9
commit
1efd88d770
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue