Skip to content

Commit 1228a50

Browse files
Fix MySQL 8.0 CI installing MySQL 5.5
MySQL 8.0 Community APT packages are only available from 16.04, so we need to use "dist: xenial" on Travis CI.
1 parent ce91d5c commit 1228a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ matrix:
6565
- mysql2gem.example.com
6666
- rvm: 2.4
6767
env: DB=mysql80
68+
dist: xenial
6869
addons:
6970
hosts:
7071
- mysql2gem.example.com

0 commit comments

Comments
 (0)