Skip to content

Commit

Permalink
Testing - modify .travis to run mysql as service (bump MySql version …
Browse files Browse the repository at this point in the history
…to 5.7)
  • Loading branch information
rbygrave committed Feb 9, 2018
1 parent e4d9e4f commit f1b2a09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ git:

addons:
postgresql: "9.6"
apt:
packages:
- mysql-server-5.7
- mysql-client-core-5.7
- mysql-client-5.7
# apt:
# packages:
# - mysql-server-5.7
# - mysql-client-core-5.7
# - mysql-client-5.7

services:
- docker
Expand Down

0 comments on commit f1b2a09

Please sign in to comment.