Skip to content

Commit

Permalink
Merge pull request #5 from LorenzoBettini/travis-linux-dist
Browse files Browse the repository at this point in the history
explicit Travis Linux distribution
  • Loading branch information
LorenzoBettini committed Feb 13, 2020
2 parents 48fc97f + 8783e58 commit bba615c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -3,10 +3,14 @@ language: java
matrix:
include:
# always build this environment
- jdk: openjdk8
- os: linux
dist: xenial
jdk: openjdk8
env: ADDITIONAL_MAVEN_ARGS="-Pjacoco coveralls:report"
# only on PR
- jdk: openjdk9
- os: linux
dist: xenial
jdk: openjdk9
if: type IN (pull_request)
# only on PR or after merging a PR
- os: osx
Expand Down

0 comments on commit bba615c

Please sign in to comment.