1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2024-11-23 10:35:29 +03:00
cheat.sh/.travis.yml

15 lines
222 B
YAML
Raw Normal View History

dist: bionic
2018-07-30 23:09:10 +03:00
language:
- generic
2018-07-30 23:01:25 +03:00
before_install:
- docker-compose up -d
- docker ps
- docker images
2020-07-29 19:56:36 +03:00
script:
- sleep 3
- curl http://localhost:8002
2020-07-29 19:56:36 +03:00
- CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh