Skip to content

Commit

Permalink
Stop mysql server on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
elesbom committed Apr 13, 2017
1 parent 3c1258e commit dd3e7c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ before_install:
- docker-compose pull mysqldb56 redisdb mongodb
- docker images
- docker ps
- sudo /etc/init.d/mysql stop

script:
- docker-compose run test
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ services:
- DBAAS_DATABASE_HOST=mysqldb56
- DBAAS_DATABASE_PASSWORD=123
- TESTS_MONGODB_HOST=mongodb
ports:
- "3306:3306"
- "27017:27017"
- "6379:6379"

0 comments on commit dd3e7c2

Please sign in to comment.