Bye Bye travis

This commit is contained in:
Janne Valkealahti
2021-04-19 16:52:02 +01:00
committed by GitHub
parent 296db93462
commit 58410d2f7b

View File

@@ -1,11 +0,0 @@
sudo: false
language: java
cache:
directories:
- $HOME/.m2
jdk:
- oraclejdk8
install: true
build: ./mvnw package
after_success:
- bash <(curl -s https://codecov.io/bash)