File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,24 @@ after_success:
20
20
- slather
21
21
- sleep 5 # https://github.com/travis-ci/travis-ci/issues/4725
22
22
23
+ # Integration tests need to run first to reset the PR build status to pending
24
+ stages :
25
+ - ' Integration tests'
26
+ - ' Test'
27
+
28
+ jobs :
29
+ include :
30
+ - stage : ' Integration tests'
31
+ env :
32
+ - SDK=objective-c
33
+ - BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
34
+ cache : false
35
+ before_install : skip
36
+ install :
37
+ - " pip install awscli"
38
+ before_script :
39
+ - " aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
40
+ script :
41
+ - " ci/trigger_fullstack-sdk-compat.sh"
42
+ # travis_terminate not supported by darwin
43
+ after_success : skip
You can’t perform that action at this time.
0 commit comments