Skip to content

Commit 62d81a4

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): switch stage order (#148)
1 parent c09009f commit 62d81a4

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:
1414
after_script:
1515
- vendor/bin/coveralls -v
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)