Navigation Menu

Skip to content

Commit

Permalink
travis: drop the latest MySQL 5.5
Browse files Browse the repository at this point in the history
Because the official deb package for it doesn't exist.
  • Loading branch information
kou committed Aug 26, 2016
1 parent fe9cc51 commit 8a54689
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,6 @@ dist: trusty
language: cpp
env:
- MYSQL_VERSION=mysql-system
- MYSQL_VERSION=mysql-5.5.49
- MYSQL_VERSION=mysql-5.6.31
- MYSQL_VERSION=mysql-5.7.13
- MYSQL_VERSION=mariadb-5.5.51
Expand Down
16 changes: 0 additions & 16 deletions tools/travis/install.sh
Expand Up @@ -87,22 +87,6 @@ else
mysql-testsuite libmysqld-dev
apt-get -qq source mysql-server
ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
elif [ "$series" = "5.5" ]; then
download_base="http://cdn.mysql.com/Downloads/MySQL-${series}/"
if [ "$(uname -m)" = "x86_64" ]; then
architecture=x86_64
else
architecture=i686
fi
deb=mysql-${version}-debian6.0-${architecture}.deb
tar_gz=mysql-${version}.tar.gz
curl -O ${download_base}${deb} &
curl -O ${download_base}${tar_gz} &
wait
sudo apt-get -qq -y install libaio1
sudo dpkg -i $deb
tar xzf $tar_gz
ln -s mysql-${version} mysql
else
repository_deb=mysql-apt-config_0.7.3-1_all.deb
curl -O http://repo.mysql.com/${repository_deb}
Expand Down

0 comments on commit 8a54689

Please sign in to comment.