Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ stages:
- 'Lint markdown files'
- 'Integration tests'
- 'Test'
- 'Source Clear'

jobs:
include:
Expand All @@ -51,8 +52,6 @@ jobs:
email: false

- stage: 'Integration tests'
addons:
srcclr: true
merge_mode: replace
env: SDK=java SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
cache: false
Expand All @@ -64,3 +63,13 @@ jobs:
script:
- $HOME/travisci-tools/trigger-script-with-status-update.sh
after_success: travis_terminate 0

- stage: 'Source Clear'
if: type = cron
addons:
srcclr: true
before_install: skip
install: skip
before_script: skip
script: skip
after_success: skip