Skip to content

Commit 360ca22

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): switch stage order (#144)
1 parent 63672ca commit 360ca22

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
@@ -15,6 +15,11 @@ addons:
1515
srcclr: true
1616
after_success: "coveralls"
1717

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

0 commit comments

Comments
 (0)