Navigation Menu

Skip to content

Commit

Permalink
travis: remove needless verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 10, 2012
1 parent 3a69937 commit b537e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis_before_script.sh
Expand Up @@ -19,7 +19,7 @@ if [ "$MYSQL_VERSION" = "system" ]; then
else
sudo apt-get -y install cmake
wget http://cdn.mysql.com/Downloads/MySQL-5.5/mysql-${MYSQL_VERSION}.tar.gz
tar xvzf mysql-${MYSQL_VERSION}.tar.gz
tar xzf mysql-${MYSQL_VERSION}.tar.gz
ln -s mysql-${MYSQL_VERSION} mysql
cd mysql
BUILD/compile-amd64-debug-max
Expand Down

0 comments on commit b537e1c

Please sign in to comment.