Skip to content
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

Fix travis 7.2+MySQL 5.7 tests #25

Closed
wolfy-j opened this issue Jul 29, 2019 · 1 comment
Closed

Fix travis 7.2+MySQL 5.7 tests #25

wolfy-j opened this issue Jul 29, 2019 · 1 comment

Comments

@wolfy-j
Copy link
Contributor

wolfy-j commented Jul 29, 2019

Sounds like the distro was updated and this dependency is not available anymore.

@wolfy-j
Copy link
Contributor Author

wolfy-j commented Jul 29, 2019

#     # MySQL 5.7
#     - stage: Test
#       php: 7.2
#       addons:
#         apt:
#           sources:
#             - mysql-5.7-trusty
#           packages:
#             - mysql-server
#             - mysql-client
#       env:
#         - "DB=mysql MYSQL=5.7"
#       before_install:
#         - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('root') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
#         - sudo mysql_upgrade -u root -proot
#         - sudo service mysql restart
#         - mysql -u root -proot -e 'CREATE DATABASE spiral;'
#       script:
#         - vendor/bin/phpunit tests/ORM/Driver/MySQL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant