From 01e65b92c16922012276b1689edec68c00c809f7 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Mon, 28 Aug 2017 23:26:02 +0100 Subject: [PATCH] set master to be the build target branch --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ee7b39d..de7eb3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,6 @@ deploy: skip_cleanup: true github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard repo: koodiklinikka/koodiklinikka.github.io + target_branch: master on: branch: master