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 42445df commit c0ad1dbCopy full SHA for c0ad1db
.travis.yml
@@ -24,7 +24,9 @@ stages:
24
jobs:
25
include:
26
- stage: 'Integration tests'
27
+ merge_mode: replace
28
env: SDK=php
29
+ cache: false
30
language: python
31
before_install: skip
32
install:
@@ -33,4 +35,4 @@ jobs:
33
35
- "aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
34
36
script:
37
- "ci/trigger_fullstack-sdk-compat.sh"
- after_success: skip
38
+ after_success: travis_terminate 0
0 commit comments