From b8b41f06f859661347a98e0e107485f110f5ec38 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 8 Oct 2017 15:31:57 +0100 Subject: [PATCH] Only build on master --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 82f08d2..87662af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,6 @@ before_install: - git config --global push.default simple script: - git push dokku master +branches: + only: + - master