diff --git a/.travis.yml b/.travis.yml index 644c120..b45e13c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,7 @@ stages: - "Lint" # Only build every commit on the master branch (pull requests on other branches are still built) -branches: - only: - - master +if: (type = push AND branch IN (master)) OR (type = pull_request) jobs: include: