Skip to content

Commit

Permalink
Simplifies Travis configuration
Browse files Browse the repository at this point in the history
Tests on OpenJDK 8 and 11
  • Loading branch information
Tpt committed Oct 21, 2019
1 parent 324d328 commit b793eb3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
language: java
dist: xenial
dist: bionic
sudo: false
jdk:
- openjdk8
- oraclejdk8
- oraclejdk9
- oraclejdk11
- openjdk11

script:
- mvn test jacoco:report

after_success:
- mvn coveralls:report

dist: trusty
sudo: false

cache:
directories:
- $HOME/.m2

0 comments on commit b793eb3

Please sign in to comment.