You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2021/07/01 07:28:42 UTC

[ignite] branch master updated: IGNITE-15041 Upgrade travis image to xenial (#9213)

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 29ad914  IGNITE-15041 Upgrade travis image to xenial (#9213)
29ad914 is described below

commit 29ad9145bf71ee41db5771c435235ecad23a6578
Author: Maksim Timonin <ti...@gmail.com>
AuthorDate: Thu Jul 1 10:27:15 2021 +0300

    IGNITE-15041 Upgrade travis image to xenial (#9213)
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a9e1d36..d6fae0d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ matrix:
   include:
     - language: java
       os: linux
-      dist: trusty
+      dist: xenial
       install: skip
       jdk: openjdk8
       before_script:
@@ -32,7 +32,7 @@ matrix:
 
     - language: java
       os: linux
-      dist: trusty
+      dist: xenial
       install: skip
       jdk: openjdk11
       before_script:
@@ -58,7 +58,7 @@ matrix:
     - language: java
       name: "Check test suites"
       os: linux
-      dist: trusty
+      dist: xenial
       install: skip
       jdk: openjdk8
       script: mvn test -Pcheck-test-suites,all-java,all-scala,scala -B -V