Update .travis.yml (#541)

prevent running CI twice when PR 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:23 +01:00 committed by The Dlang Bot
parent 34e79e0f1b
commit a53c807083
1 changed files with 4 additions and 0 deletions

View File

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