summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-08-07 16:32:18 +0200
committerGitHub <noreply@github.com>2017-08-07 16:32:18 +0200
commit15cc747f57ea74eaa43979a1b66ee4dffe7ee66f (patch)
tree62d53bf57931d8342e76d21a145866368061ff2d
parenta3bb5798c841deda721c2434c204c2288372c6ff (diff)
parente49ef8ca6467874e80b2f89d4c39d25b626872e5 (diff)
Merge pull request #137 from nextcloud/travis-only-master
Travis: Only build the master branch
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 83276eef..3c3779e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,10 @@ services: docker
language: bash
+branches:
+ only:
+ - master
+
install:
- git clone https://github.com/docker-library/official-images.git ~/official-images