Navigation Menu

Skip to content

Commit

Permalink
travis: use CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2012
1 parent 226d03a commit ebb44b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis_before_script.sh
Expand Up @@ -15,7 +15,7 @@ if [ "$MYSQL_VERSION" = "system" ]; then
cd ..
else
sudo apt-get -y install cmake
wget http://ftp.jaist.ac.jp/pub/mysql/Downloads/MySQL-5.5/mysql-${MYSQL_VERSION}.tar.gz
wget http://cdn.mysql.com/Downloads/MySQL-5.5/mysql-${MYSQL_VERSION}.tar.gz
tar xvzf mysql-${MYSQL_VERSION}.tar.gz
ln -s mysql-${MYSQL_VERSION} mysql
cd mysql
Expand Down

0 comments on commit ebb44b4

Please sign in to comment.