Skip to content

Commit 2b34aad

Browse files
committed
add travis right test
1 parent d756710 commit 2b34aad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ before_install:
2424

2525
script:
2626
- docker-compose ps
27-
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
2830

0 commit comments

Comments
 (0)