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 4610690ec3 Travis doesn't support bright colors, use 8 colors palette
And remove temporary `curl cht.sh` call
2020-07-30 22:20:58 +03:00

15 lines
249 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 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh