Skip to content

Commit c88ef09

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): Trigger fullstack-compat-test on travis (#352)
1 parent bc0dc86 commit c88ef09

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,24 @@ after_success:
2020
- slather
2121
- sleep 5 # https://github.com/travis-ci/travis-ci/issues/4725
2222

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

0 commit comments

Comments
 (0)