Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasPohl committed Dec 25, 2019
1 parent 3f04f0d commit b1bd116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jdk:
git:
submodules: false
install: true
before_script:
- if [ ! -z "$TRAVIS_TAG" ]; then mvn versions:set -DnewVersion=$CI_COMMIT_TAG && mvn versions:commit; fi
script: mvn clean install -P coverage-per-test
matrix:
fast_finish: true
Expand All @@ -21,6 +23,7 @@ after_success:
deploy:
provider: releases
api_key: $API_KEY
file_glob: true
file:
- esql-plugin/target/esql-plugin-*.jar
skip_cleanup: true
Expand Down

0 comments on commit b1bd116

Please sign in to comment.