Last active
August 13, 2019 09:00
-
-
Save madwork/50a686bbce41044bff7ec0bfa1532561 to your computer and use it in GitHub Desktop.
Percona Server for MySQL with Travis CI (trusty)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dist: trusty | |
sudo: required | |
addons: | |
apt: | |
sources: | |
- sourceline: 'deb https://repo.percona.com/apt trusty main' | |
key_url: 'https://keyserver.ubuntu.com/pks/lookup?search=0x9334A25F8507EFA5&op=get' | |
packages: | |
- percona-server-server-5.7 | |
- percona-server-client-5.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment