summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-08-07 16:27:15 +0200
committerTilo Spannagel <development@tilosp.de>2017-08-07 16:27:15 +0200
commite49ef8ca6467874e80b2f89d4c39d25b626872e5 (patch)
tree62d53bf57931d8342e76d21a145866368061ff2d /.travis.yml
parenta3bb5798c841deda721c2434c204c2288372c6ff (diff)
Only build the master branch
Diffstat (limited to '.travis.yml')
-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