Navigation Menu

Skip to content

Commit

Permalink
travis: support X.Y.Za style version such as 5.5.33a
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 18, 2013
1 parent f4637e6 commit 0aedfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/install.sh
Expand Up @@ -48,7 +48,7 @@ else
cd vendor

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

0 comments on commit 0aedfb2

Please sign in to comment.