Skip to content

Commit

Permalink
Switch Travis to bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
rantoniuk committed Apr 21, 2020
1 parent f1fb67d commit ce331a1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,5 +1,7 @@
# TravisCI is used mainly for SonarCloud and Coveralls quality integrations

language: java
dist: xenial
dist: bionic
sudo: false

# required for SonarCloud
Expand All @@ -10,9 +12,6 @@ jdk:
- openjdk8
- openjdk11

# TravisCI build is running only for coveralls.io/Coverage
# Test verification pipeline is on ci.jenkins.io

install: skip # skip install phase as no deps are required

# enable-jacoco profile is coming from the parent pom:
Expand Down

0 comments on commit ce331a1

Please sign in to comment.