Fix service checking in travis after adding redis service

pull/47/head
Clement Michaud 2017-07-14 00:53:26 +02:00
parent d55306cf43
commit d87b21fec0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
service_count=`docker ps -a | grep "Up " | wc -l`
if [ "${service_count}" -eq "3" ]
if [ "${service_count}" -eq "4" ]
then
echo "Service are up and running."
exit 0