Navigation Menu

Skip to content

Commit

Permalink
travis: ensure purging existing MySQL [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 25, 2019
1 parent 03e487c commit 8de6837
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/travis/install.sh
Expand Up @@ -115,8 +115,8 @@ else
sudo apt -qq update
sudo apt -qq -y purge \
mysql-common \
mysql-client-5.7 \
mysql-server-5.7
mysql-client-core-5.7 \
mysql-server-core-5.7
sudo rm -rf /var/lib/mysql/debian-*.flag
sudo apt -qq -y build-dep mysql-server
sudo apt -qq -y install \
Expand All @@ -136,8 +136,8 @@ else
setup_percona_apt
sudo apt -qq -y purge \
mysql-common \
mysql-client-5.7 \
mysql-server-5.7
mysql-client-core-5.7 \
mysql-server-core-5.7
sudo rm -rf /var/lib/mysql/debian-*.flag
sudo apt -qq -y build-dep percona-server-server-${series}
sudo apt -qq -y install \
Expand Down

0 comments on commit 8de6837

Please sign in to comment.