From e49ef8ca6467874e80b2f89d4c39d25b626872e5 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Mon, 7 Aug 2017 16:27:15 +0200 Subject: [PATCH] Only build the master branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 83276ee..3c3779e 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