change travis config

This commit is contained in:
fixminer
2020-04-06 21:04:03 +02:00
parent 6c3dadac75
commit 4a3f25e007
2 changed files with 24 additions and 18 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
language: java
jdk:
- oraclejdk8
install:
- mvn install -DskipTests
after_success:
- mvn clean test jacoco:report coveralls:report