Skip to content

Commit 288ed61

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): switch stage order (#248)
1 parent 857b12b commit 288ed61

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
@@ -29,6 +29,11 @@ after_success:
2929
after_failure:
3030
- cat /home/travis/build/optimizely/java-sdk/core-api/build/reports/findbugs/main.html
3131

32+
# Integration tests need to run first to reset the PR build status to pending
33+
stages:
34+
- 'Integration tests'
35+
- 'Test'
36+
3237
jobs:
3338
include:
3439
- stage: 'Integration tests'

0 commit comments

Comments
 (0)