summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-03-17 19:44:28 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-03-17 21:13:38 +0000
commitd8e7b09323b304235ad34b9d117406ea99fb7f7a (patch)
tree9c029ff27fa6f1048924aff34c4fcd2a98b45b04
parent9549a960b8049d59c18934516ea7a4c9ef8a0874 (diff)
downloadswig-d8e7b09323b304235ad34b9d117406ea99fb7f7a.tar.gz
Travis CI only on master and silent builds
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ecd39ab85..c41027bc0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,4 +2,7 @@ language: cpp
compiler:
- gcc
- clang
-script: ./autogen.sh && ./configure && make
+script: ./autogen.sh && ./configure && make -s
+branches:
+ only:
+ - master