summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-09-14 17:16:31 +0200
committerCNugteren <web@cedricnugteren.nl>2015-09-14 17:16:31 +0200
commit1c242100266e46cf97227c5506a1c32e51afbd00 (patch)
tree5a97e4eeabfd6e85bfe443f54679f085e990541c /.travis.yml
parenta2b773573deddf95d9217bdbfe9223df9496c391 (diff)
Made Travis always build pushes to the master branch
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 01e43360..471dd578 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,5 +21,8 @@ before_script:
script:
- make
- make install
+branches:
+ only:
+ - master
notifications:
email: false