From 3121437dab2874718ded17fa67a5ed7167daa1ce Mon Sep 17 00:00:00 2001 From: JC <40373238+juancarlostong@users.noreply.github.com> Date: Thu, 27 Dec 2018 10:39:41 -0800 Subject: [PATCH] refac(ci): switch stage order (#154) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8c5b8d48..11e0c1c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,11 @@ script: "nosetests --with-coverage --cover-package=optimizely" after_success: - coveralls +# Integration tests need to run first to reset the PR build status to pending +stages: + - 'Integration tests' + - 'Test' + jobs: include: - stage: 'Integration tests'