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)