From c0bbc245df9b0fb006bb7aa65471e764804af635 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Thu, 30 Jul 2020 17:51:12 +0300 Subject: [PATCH] Run `curl https://cht.sh` to pinpoint Travis problems with ANSI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a3dfa2c..ce48972 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,6 @@ before_install: script: - sleep 3 + - curl https://cht.sh - curl http://localhost:8002 - CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh