Clean up travis file

This commit is contained in:
cytopia 2016-11-15 21:15:52 +01:00
parent 5a3b90dadd
commit 92dcc0cec6
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -73,10 +73,13 @@ script:
# Start
- docker-compose up -d
- sleep 30
# Show info
- docker-compose logs
- docker-compose ps
# Check running containers
- if [ "$( docker-compose ps | grep -c 'Up' )" != "4" ]; then false; fi
- UP=$( docker-compose ps | grep -c 'Up' )
- if [ "${UP}" != "4" ]; then false; fi
- docker-compose logs
# Crawl page
- wget http://localhost