good morning!!!!

Skip to content
Snippets Groups Projects
Commit 55abd2f3 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

travis: use MySQL container

parent 3ae76b02
No related branches found
Tags v3.0.0-alpha.3
No related merge requests found
......@@ -26,7 +26,7 @@ addons:
- mongodb-org-shell
before_install:
- sudo service mysqld stop
- sudo service mysql stop
- docker pull microsoft/mssql-server-linux:ctp1-4
- docker pull mysql:5.7
- docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=my$Password' --name mssql -p 1433:1433 -d microsoft/mssql-server-linux:ctp1-4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment