Skip to content

Commit 8c11576

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): Trigger fullstack-sdk-compatibility-suite (#247)
1 parent 733faa5 commit 8c11576

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,17 @@ after_success:
2828
- ./gradlew coveralls uploadArchives --console plain
2929
after_failure:
3030
- cat /home/travis/build/optimizely/java-sdk/core-api/build/reports/findbugs/main.html
31+
32+
jobs:
33+
include:
34+
- stage: 'Integration tests'
35+
env: SDK=java
36+
language: python
37+
before_install: skip
38+
install:
39+
- "pip install awscli"
40+
before_script:
41+
- "aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
42+
script:
43+
- "ci/trigger_fullstack-sdk-compat.sh"
44+
after_success: skip

0 commit comments

Comments
 (0)