diff --git a/.travis.yml b/.travis.yml index 088a454c..55a52ebf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ jobs: include: - stage: deploy jdk: openjdk8 + script: skip # do not rerun any tests deploy: - provider: script script: ./gradlew dockerPushBeta @@ -37,4 +38,4 @@ jobs: skip_cleanup: true on: tags: true - condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+ \ No newline at end of file + condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+