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 f0ab0f0 commit 03e487c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/travis/install.sh
Expand Up @@ -117,6 +117,7 @@ else
mysql-common \
mysql-client-5.7 \
mysql-server-5.7
sudo rm -rf /var/lib/mysql/debian-*.flag
sudo apt -qq -y build-dep mysql-server
sudo apt -qq -y install \
mysql-server \
Expand All @@ -137,6 +138,7 @@ else
mysql-common \
mysql-client-5.7 \
mysql-server-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 \
percona-server-server-${series} \
Expand Down

0 comments on commit 03e487c

Please sign in to comment.