Navigation Menu

Skip to content

Commit

Permalink
travis: show mysql-5.1 package info for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2012
1 parent 07c064f commit eaddf1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/travis_before_script.sh
Expand Up @@ -8,6 +8,7 @@ cd vendor
if [ "$MYSQL_VERSION" = "system" ]; then
sudo apt-get -y build-dep mysql-server
apt-cache show mysql-server
grep -r mysql-5.1 /var/lib/apt/lists/
apt-get source mysql-server
ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
cd mysql
Expand Down

0 comments on commit eaddf1b

Please sign in to comment.