-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis build error during mysql-server install #14260
Comments
It is weird that file called install-mysql-5.7.sh tries to install mysql 5.5. @SidRoberts Any idea? |
I have no idea but I had a similar problem a while back though. The official builds would run fine on Travis but mine would fail - interestingly because of this MySQL script. The problem was because Travis was using different Ubuntu versions. I fixed this in #14189 by specifying trusty. It's interesting to note that on this commit, the Phalcon build passed but my build failed:
I'll take a look and see what I can remember. |
Just to provide an update to this, I'm currently working on changing the Ubuntu version used in Travis to 18.04 (bionic). We're currently using 14.04 (trusty) which is woefully outdated and I suspect might be causing some of these problems. It's not complete yet but should be finished today. |
Fixed in the |
It fails to install
mysql-server
, so all the new CI builds fail.See: #14259
https://travis-ci.org/phalcon/cphalcon/builds/563215912
The text was updated successfully, but these errors were encountered: