1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Try newer Ubuntu with newer curl

This commit is contained in:
Anatoli Babenia
2020-11-04 16:12:59 +03:00
committed by GitHub
parent 8949a8eac8
commit 06a91fd953
+2 -2
View File
@@ -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