From 06a91fd953aa24cb12c330b05e0a8645019b648b Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 4 Nov 2020 16:12:59 +0300 Subject: [PATCH] Try newer Ubuntu with newer `curl` --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 88a8805..bb556c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: focal language: - generic @@ -10,7 +10,7 @@ before_install: - docker-compose ps script: - - curl --retry 3 --retry-all http://localhost:8002 + - curl --retry 3 --retry-all-errors http://localhost:8002 - docker-compose logs --no-color - docker logs chtsh - CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh