From 0ffbc84091d832a74c215c0e2447a5c909a388fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 25 Aug 2019 17:12:30 +0200 Subject: [PATCH] Disable non-master Travis runs. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2b09fd0..06702da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,9 @@ matrix: - d: dmd env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile' +branches: + only: + - master before_install: # Use the dub-updating fork of the installer script until https://github.com/dlang/installer/pull/301 is merged