1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Files
cheat.sh/.travis.yml
T
Anatoli Babenia 3905047d62 Wait 3 seconds to let server to start
Because `docker-compose` is not capable of checking open ports
https://github.com/docker/compose/issues/374
2020-07-29 20:40:18 +03:00

15 lines
222 B
YAML

dist: bionic
language:
- generic
before_install:
- docker-compose up -d
- docker ps
- docker images
script:
- sleep 3
- curl http://localhost:8002
- CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh