From df035368e2dcd2611eb7db5f9ebf3eb1a7339c76 Mon Sep 17 00:00:00 2001 From: BBasile Date: Fri, 2 Nov 2018 06:04:44 +0100 Subject: [PATCH] Prevent running CI twice when PRs are originated from the origin (#712) Prevent running CI twice when PRs are originated from the origin merged-on-behalf-of: BBasile --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1bc3b3d..12872e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ os: env: - BUILD= - BUILD=dub +branches: + only: + - master script: "./.travis.sh" jobs: include: