Skip to content

Commit

Permalink
Try docker-compose as well
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Dec 4, 2015
1 parent 790dfe2 commit 5f08916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -17,3 +17,5 @@ script:
- docker ps -a
- curl http://127.0.0.1:8080/ | grep -q input_password
- curl --cookie-jar /tmp/cj --location -d pma_username=root -d pma_password=my-secret-pw -d server=1 http://127.0.0.1:8080/
- docker-compose build
- docker-compose up

0 comments on commit 5f08916

Please sign in to comment.