Skip to content

Commit cb735ff

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): switch stage order (#120)
1 parent ad9b50c commit cb735ff

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
@@ -10,6 +10,11 @@ script:
1010
- xbuild /p:Configuration=Release ./OptimizelySDK.Travis.sln
1111
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./OptimizelySDK.Tests/bin/Release/OptimizelySDK.Tests.dll
1212

13+
# Integration tests need to run first to reset the PR build status to pending
14+
stages:
15+
- 'Integration tests'
16+
- 'Test'
17+
1318
jobs:
1419
include:
1520
- stage: 'Integration tests'

0 commit comments

Comments
 (0)