mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 21:26:44 +02:00
267c7d994e
This should fix current build failure with timeout https://travis-ci.org/github/chubin/cheat.sh/builds/741308362#L402
17 lines
366 B
YAML
17 lines
366 B
YAML
dist: bionic
|
|
|
|
language:
|
|
- generic
|
|
|
|
before_install:
|
|
- docker-compose build
|
|
- docker images
|
|
- docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d
|
|
- docker-compose ps
|
|
|
|
script:
|
|
- curl --connect-timeout 10 http://localhost:8002
|
|
- docker-compose logs --no-color
|
|
- docker logs chtsh
|
|
- CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh
|