Travis CI only on master and silent builds
This commit is contained in:
parent
9549a960b8
commit
d8e7b09323
1 changed files with 4 additions and 1 deletions
|
|
@ -2,4 +2,7 @@ language: cpp
|
|||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: ./autogen.sh && ./configure && make
|
||||
script: ./autogen.sh && ./configure && make -s
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue