From a0e48c6d27fcb88b17f7f315ee58033b218c6352 Mon Sep 17 00:00:00 2001 From: Juan Carlos Tong Date: Thu, 20 Dec 2018 16:07:39 -0800 Subject: [PATCH] switch stage order --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) 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'