summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristoph Schlosser <thisisagap@gmail.com>2017-12-16 21:34:42 +0100
committerChristoph Schlosser <christophschlosser@users.noreply.github.com>2017-12-16 21:48:09 +0100
commit3de5b4bba52df5f22b2509e330ce9f488d96e723 (patch)
tree405ac05937aa612fd3ff73d1ed794d293a30a7d3 /.travis.yml
parent20a15eeeefc4d99174480669f69fda11e45e5dea (diff)
downloaddoxdocgen-3de5b4bba52df5f22b2509e330ce9f488d96e723.tar.gz
Only build the master branch in addition to PRs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0576271..2c6af79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
sudo: false
branches:
- except:
- - /^release-.*$/
+ only:
+ - maste
os:
- linux