From 67ed36e79a565e45ace7725c871a5d9231e116e0 Mon Sep 17 00:00:00 2001 From: Freddie Ridell Date: Fri, 6 Apr 2018 20:04:34 +0100 Subject: [PATCH] don't publish docs from PRs, only from merges into master --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4905b166..6e206c80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ jobs: include: - stage: deploy script: bash util/deployGHP.sh - if: branch = master + if: branch = master AND NOT type IN (pull_request) # 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.