Navigation Menu

Skip to content

Commit

Permalink
travis: ensure purging existing MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 25, 2019
1 parent da5f199 commit 17dfc2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/travis/install.sh
Expand Up @@ -113,7 +113,7 @@ else
sudo env MYSQL_SERVER_VERSION=mysql-${series} \
dpkg -i ${repository_deb}
sudo apt -qq update
sudo apt -qq -y remove --purge mysql-common
sudo apt -qq -y purge mysql-common
sudo apt -qq -y build-dep mysql-server
sudo apt -qq -y install \
mysql-server \
Expand All @@ -130,6 +130,7 @@ else
;;
percona-server-*)
setup_percona_apt
sudo apt -qq -y purge mysql-common
sudo apt -qq -y build-dep percona-server-server-${series}
sudo apt -qq -y install \
percona-server-server-${series} \
Expand Down

0 comments on commit 17dfc2e

Please sign in to comment.