Skip to content

Commit fa25603

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): improve build time (#253)
1 parent 288ed61 commit fa25603

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ stages:
3737
jobs:
3838
include:
3939
- stage: 'Integration tests'
40+
merge_mode: replace
4041
env: SDK=java
42+
cache: false
4143
language: python
4244
before_install: skip
4345
install:
@@ -46,4 +48,4 @@ jobs:
4648
- "aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
4749
script:
4850
- "ci/trigger_fullstack-sdk-compat.sh"
49-
after_success: skip
51+
after_success: travis_terminate 0

0 commit comments

Comments
 (0)