Skip to content

Commit

Permalink
Fix MySQL 8.0 CI installing MySQL 5.5
Browse files Browse the repository at this point in the history
MySQL 8.0 Community APT packages are only available from 16.04, so we
need to use "dist: xenial" on Travis CI.
  • Loading branch information
felixbuenemann committed Apr 27, 2019
1 parent ce91d5c commit 1228a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ matrix:
- mysql2gem.example.com
- rvm: 2.4
env: DB=mysql80
dist: xenial
addons:
hosts:
- mysql2gem.example.com
Expand Down

0 comments on commit 1228a50

Please sign in to comment.