Disable non-master Travis runs.

This commit is contained in:
Sönke Ludwig 2019-08-25 17:12:30 +02:00
parent deda4bd973
commit 0ffbc84091

View file

@ -36,6 +36,9 @@ matrix:
- d: dmd - d: dmd
env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile' env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile'
branches:
only:
- master
before_install: before_install:
# Use the dub-updating fork of the installer script until https://github.com/dlang/installer/pull/301 is merged # Use the dub-updating fork of the installer script until https://github.com/dlang/installer/pull/301 is merged