We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9b50c commit cb735ffCopy full SHA for cb735ff
.travis.yml
@@ -10,6 +10,11 @@ script:
10
- xbuild /p:Configuration=Release ./OptimizelySDK.Travis.sln
11
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./OptimizelySDK.Tests/bin/Release/OptimizelySDK.Tests.dll
12
13
+# Integration tests need to run first to reset the PR build status to pending
14
+stages:
15
+ - 'Integration tests'
16
+ - 'Test'
17
+
18
jobs:
19
include:
20
- stage: 'Integration tests'
0 commit comments