Skip to content

Instantly share code, notes, and snippets.

@mtparet
Last active September 13, 2016 09:01
Show Gist options
  • Save mtparet/46cf3ea456cc38f52ed42e8a4481f6d9 to your computer and use it in GitHub Desktop.
Save mtparet/46cf3ea456cc38f52ed42e8a4481f6d9 to your computer and use it in GitHub Desktop.
Travis yml to install mysql 5.7
before_install:
- chmod +x ./scripts/* #thanks https://medium.com/@psaunders
- ./script/travis_mysql_5.7.sh
- ./script/mysql-reset-root-password.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment