File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -47,4 +47,25 @@ script:
47
47
- ./gradlew cleanAllModules
48
48
- ./gradlew testAllModulesTravis
49
49
- if [[ -n $TRAVIS_TAG ]]; then ./gradlew ship; fi
50
- dist : precise
50
+
51
+ # Integration tests need to run first to reset the PR build status to pending
52
+ stages :
53
+ - ' Integration tests'
54
+ - ' Test'
55
+
56
+ jobs :
57
+ include :
58
+ - stage : ' Integration tests'
59
+ env :
60
+ - SDK=android
61
+ - BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
62
+ cache : false
63
+ language : python
64
+ before_install : skip
65
+ install :
66
+ - " pip install awscli"
67
+ before_script :
68
+ - " aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
69
+ script :
70
+ - " ci/trigger_fullstack-sdk-compat.sh"
71
+ after_success : travis_terminate 0
You can’t perform that action at this time.
0 commit comments