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 857b12b commit 288ed61Copy full SHA for 288ed61
.travis.yml
@@ -29,6 +29,11 @@ after_success:
29
after_failure:
30
- cat /home/travis/build/optimizely/java-sdk/core-api/build/reports/findbugs/main.html
31
32
+# Integration tests need to run first to reset the PR build status to pending
33
+stages:
34
+ - 'Integration tests'
35
+ - 'Test'
36
+
37
jobs:
38
include:
39
- stage: 'Integration tests'
0 commit comments