From f7a61df634d32b7ef8e5202b98071c3ee8ba0229 Mon Sep 17 00:00:00 2001 From: Freddie Ridell Date: Fri, 6 Apr 2018 19:53:53 +0100 Subject: [PATCH] only upload docs from the master branch --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 792e942c..4905b166 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ jobs: include: - stage: deploy script: bash util/deployGHP.sh + if: branch = master # Travis VMs are 64-bit but we compile both for 32 and 64 bit. To enable the # 32-bit builds to work, we need gcc-multilib.