Navigation Menu

Skip to content

Commit

Permalink
travis: use the latest MariaDB versions
Browse files Browse the repository at this point in the history
5.5.32 ->
5.5.33a
     ^^

10.0.4 ->
10.0.5
     ^
  • Loading branch information
kou committed Nov 14, 2013
1 parent 5702798 commit e07ccbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -6,12 +6,12 @@ env:
- MYSQL_VERSION=mysql-system
- MYSQL_VERSION=mysql-5.5.34
- MYSQL_VERSION=mysql-5.6.14
- MYSQL_VERSION=mariadb-5.5.32
- MYSQL_VERSION=mariadb-10.0.4 MRN_BUNDLED=yes
- MYSQL_VERSION=mariadb-5.5.33a
- MYSQL_VERSION=mariadb-10.0.5 MRN_BUNDLED=yes
matrix:
allow_failures:
- MYSQL_VERSION=mysql-system
- MYSQL_VERSION=mariadb-5.5.32
- MYSQL_VERSION=mariadb-5.5.33a
install:
- tools/travis/install.sh
before_script:
Expand Down

0 comments on commit e07ccbe

Please sign in to comment.