Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uptravis: update image versions #1103
Conversation
Somehow the Job log: https://travis-ci.com/github/go-sql-driver/mysql/jobs/335790306 |
Found this very helpful hint, which we never implemented: #798 (comment) |
* travis: update image versions * travis: use mysql client inside the docker container for polling * travis: force mysql client to connect via tcp * travis: use root pass in mysql client * travis: use empty root password
* travis: update image versions * travis: use mysql client inside the docker container for polling * travis: force mysql client to connect via tcp * travis: use root pass in mysql client * travis: use empty root password
Description
Updates the images on Travis to latest versions.
For better comparability (and thus less hacks), it further changes the
mysql_wait.sh
script to use the mysql client inside the docker container if docker is running.Checklist