Delete .travis.yml

removed Travis CI
This commit is contained in:
Andreas Hefti 2021-04-12 18:11:23 +02:00 committed by GitHub
parent 16f9f41551
commit 29ce60a090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +0,0 @@
language: java
jdk:
- openjdk8
sudo: false
install: true
script: mvn clean install -e -P let_reporting
after_success:
- bash <(curl -s https://codecov.io/bash)