Navigation Menu

Skip to content

Commit

Permalink
travis: remove needless ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 23, 2012
1 parent f616fd5 commit c049289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/install.sh
Expand Up @@ -12,7 +12,7 @@ cd vendor

version=$(echo "$MYSQL_VERSION" | sed -e 's/^\(mysql\|mariadb\)-//')
series=$(echo "$version" | sed -e 's/\.[0-9]*\(-[a-z]*\)\?$//g')
case "$MYSQL_VERSION"; in
case "$MYSQL_VERSION" in
mysql-*)
sudo apt-get -qq -y build-dep mysql-server
if [ "$version" = "system" ]; then
Expand Down

0 comments on commit c049289

Please sign in to comment.