Skip to content

Commit 3121437

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): switch stage order (#154)
1 parent ad0cb1d commit 3121437

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ script: "nosetests --with-coverage --cover-package=optimizely"
1414
after_success:
1515
- coveralls
1616

17+
# Integration tests need to run first to reset the PR build status to pending
18+
stages:
19+
- 'Integration tests'
20+
- 'Test'
21+
1722
jobs:
1823
include:
1924
- stage: 'Integration tests'

0 commit comments

Comments
 (0)