diff --git a/.travis.yml b/.travis.yml index 1a31fa99..006415b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,11 @@ script: after_script: - vendor/bin/coveralls -v +# Integration tests need to run first to reset the PR build status to pending +stages: + - 'Integration tests' + - 'Test' + jobs: include: - stage: 'Integration tests'