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 a12fc16cb5 .travis.yml Show info about built images after compose start
The image size on my system is 399 MB.
2020-07-29 16:24:34 +03:00

10 lines
110 B
YAML

dist: bionic
language:
- generic
before_install:
- docker-compose up -d
- docker ps
- docker images