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 <BBasile@users.noreply.github.com>
This commit is contained in:
BBasile 2018-11-02 06:04:44 +01:00 committed by The Dlang Bot
parent 272ae6370b
commit df035368e2
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ os:
env: env:
- BUILD= - BUILD=
- BUILD=dub - BUILD=dub
branches:
only:
- master
script: "./.travis.sh" script: "./.travis.sh"
jobs: jobs:
include: include: