Skip to content

Commit

Permalink
Merge pull request #199 from Pitterling/travis_deploy- dpl v1 which i…
Browse files Browse the repository at this point in the history
…s the still default version - add skip_cleanup again

Travis deploy - dpl v1 which is the still default version --> add skip_cleanup again
  • Loading branch information
Pitterling committed Apr 16, 2020
2 parents 27687ae + fd8b916 commit 037cc82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -30,7 +30,6 @@ jobs:
- stage: test
install: skip # will be done by gradlew check anyway
script: ./gradlew check

- stage: Github Release
jdk: openjdk8
before_install:
Expand All @@ -50,7 +49,7 @@ jobs:
secure: iKXXqoxPMsoLGlhKMwRB7dVdU0ZvOjzRaxm73zjEsEgyErL7LJ6YG+3wJl24UW8zxgpvM5hW0DKUkWSLfVoHa/1l+Bsb8yREAKJTYldZs3pjhQxWM7OBMeKWjTA7WccYrx4ShHgbgUvl4IuHXNY91kcu1pC6lZukpDUvdX4Ii70=
file_glob: true
file: "build/libs/ksar-*all.jar"
cleanup: false
skip_cleanup: true
on:
tags: true
repo: vlsi/ksar

0 comments on commit 037cc82

Please sign in to comment.