Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 3ea6be2

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): switch stage order (optimizely#203)
1 parent 2bf0d2c commit 3ea6be2

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
@@ -26,6 +26,11 @@ srcclr: true
2626
script: npm test
2727
after_success: npm run coveralls
2828

29+
# Integration tests need to run first to reset the PR build status to pending
30+
stages:
31+
- 'Integration tests'
32+
- 'Test'
33+
2934
jobs:
3035
include:
3136
- stage: 'Integration tests'

0 commit comments

Comments
 (0)