We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d756710 commit 2b34aadCopy full SHA for 2b34aad
.travis.yml
@@ -24,5 +24,7 @@ before_install:
24
25
script:
26
- docker-compose ps
27
-
+ # just test there is 4 running containers, that is not a lot but that's already it!
28
+ - NB_CONTAINERS=$(docker-compose ps | grep " Up " | wc -l)
29
+ - test $NB_CONTAINERS = 4
30
0 commit comments