Skip to content

Commit

Permalink
Update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasPohl committed Dec 25, 2019
1 parent 20cb619 commit b584661
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
language: java
sudo: false

jdk:
- openjdk9

- openjdk9
git:
submodules: false

install: true
script: "mvn clean install -P coverage-per-test"
script: mvn clean install -P coverage-per-test
matrix:
fast_finish: true

cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/maven'

- "$HOME/.m2/repository"
- "$HOME/maven"
before_cache:
- find $HOME/.m2 -name resolver-status.properties -exec rm {} \;

- find $HOME/.m2 -name resolver-status.properties -exec rm {} \;
notifications:
email: false

after_success:
- bash <(curl -s https://codecov.io/bash) -t b5356ca9-9cef-4be3-a67e-013d18ebd73a
- bash <(curl -s https://codecov.io/bash) -t b5356ca9-9cef-4be3-a67e-013d18ebd73a
deploy:
provider: releases
api_key:
secure: $API_KEY
file:
- esql-plugin/target/esql-plugin-*.jar
skip_cleanup: true
on:
tags: true

0 comments on commit b584661

Please sign in to comment.