Skip to content

Commit 037cc82

Browse files
authored
Merge pull request #199 from Pitterling/travis_deploy- dpl v1 which is the still default version - add skip_cleanup again
Travis deploy - dpl v1 which is the still default version --> add skip_cleanup again
2 parents 27687ae + fd8b916 commit 037cc82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- stage: test
3131
install: skip # will be done by gradlew check anyway
3232
script: ./gradlew check
33-
3433
- stage: Github Release
3534
jdk: openjdk8
3635
before_install:
@@ -50,7 +49,7 @@ jobs:
5049
secure: iKXXqoxPMsoLGlhKMwRB7dVdU0ZvOjzRaxm73zjEsEgyErL7LJ6YG+3wJl24UW8zxgpvM5hW0DKUkWSLfVoHa/1l+Bsb8yREAKJTYldZs3pjhQxWM7OBMeKWjTA7WccYrx4ShHgbgUvl4IuHXNY91kcu1pC6lZukpDUvdX4Ii70=
5150
file_glob: true
5251
file: "build/libs/ksar-*all.jar"
53-
cleanup: false
52+
skip_cleanup: true
5453
on:
5554
tags: true
5655
repo: vlsi/ksar

0 commit comments

Comments
 (0)