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

16 lines
273 B
YAML

dist: bionic
language:
- generic
before_install:
- docker-compose up -d
- docker ps
- docker images
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