Update .travis.yml

This commit is contained in:
Andreas Hefti 2019-12-02 21:43:30 +01:00 committed by GitHub
parent 5cabce218a
commit 7ad428cb86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,3 +4,5 @@ jdk:
sudo: false
install: true
script: mvn clean install -e -P let_reporting
after_success:
- bash <(curl -s https://codecov.io/bash)