Navigation Menu

Skip to content

Commit

Permalink
travis: check apt-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2012
1 parent a84c908 commit 0a8b1a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/travis_before_script.sh
Expand Up @@ -8,7 +8,8 @@ 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/
sudo cat /etc/apt/sources.list
sudo cat /etc/apt/sources.list.d/*.list
apt-get source mysql-server
ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
cd mysql
Expand Down

0 comments on commit 0a8b1a5

Please sign in to comment.