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 6474f30 commit e4d9e4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ addons:
postgresql: "9.6"
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
- mysql-server-5.7
- mysql-client-core-5.7
- mysql-client-5.7

services:
- docker
Expand All @@ -29,7 +29,7 @@ before_script:
env:
- EBEAN_DB=h2
- EBEAN_DB=pg
- EBEAN_DB=mysql
# - EBEAN_DB=mysql

install: true

Expand Down

0 comments on commit e4d9e4f

Please sign in to comment.