From a235e34a278598f39f8f61f788f3cafb7ead6ae2 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Thu, 5 Apr 2018 12:31:57 +0200 Subject: [PATCH] Don't run the whole testsuite on special tag builds --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a9ed93e..3535085 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,3 +43,6 @@ jobs: on: repo: dlang-community/D-Scanner tags: true +stages: + - name: test + if: type = pull_request or (type = push and branch = master)