From ea4d5c4c72303c4ef528b530f1956bd9961e9335 Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 摹曛, 20 5月 2021 11:39:11 +0800
Subject: [PATCH] try fix tests

---
 .travis.yml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 41137d6..880261c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,6 +40,7 @@
      - CTEST_OUTPUT_ON_FAILURE=1
      addons:
         apt:
+          update: true
           packages:
              - cmake
              - valgrind
@@ -176,13 +177,14 @@
         - docker run --name centos8_make -v `pwd`:/root/open-license-manager centos8_configured /bin/bash -c \
             "cd /root/open-license-manager/build && make && make install && src/inspector/lccinspector && CTEST_OUTPUT_ON_FAILURE=1 VIRTUAL_ENV=DOCKER make test"
    - os: linux
-     dist: bionic
-     name: "Ubuntu 18.04 - MinGW cross-compile for Windows x64"
+     dist: focal
+     name: "Ubuntu 20.04 - MinGW cross-compile for Windows x64"
      env:
      - CTEST_OUTPUT_ON_FAILURE=1      
      - WINEARCH=win64
      addons:
         apt:
+          update: true
           packages:
              - cmake 
              - binutils-mingw-w64 

--
Gitblit v1.9.1