Navigation Menu

Skip to content

Commit

Permalink
travis: update version and series detection
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 30, 2016
1 parent 03ab35b commit 199e786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/travis/install.sh
Expand Up @@ -24,8 +24,8 @@ set -e

mariadb_download_base=http://mirror.jmu.edu/pub/mariadb

version=$(echo "$MYSQL_VERSION" | sed -e 's/^\(mysql\|mariadb\)-//')
series=$(echo "$version" | sed -e 's/\.[0-9]*\(-\?[a-z]*\)\?$//g')
version=$(echo "$MYSQL_VERSION" | sed -e 's/^\(mysql\|mariadb\|percona-server\)-//')
series=$(echo "$version" | sed -e 's/\.[0-9]\.[0-9]*\(-\?[a-z]*\)\?$//g')

setup_mariadb_apt()
{
Expand Down

0 comments on commit 199e786

Please sign in to comment.