Navigation Menu

Skip to content

Commit

Permalink
travis: use the latest MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 10, 2015
1 parent d87a5f5 commit e647835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,7 +12,7 @@ env:
# - MYSQL_VERSION=mariadb-10.0.21 CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
- MYSQL_VERSION=mariadb-10.0.21 MROONGA_BUNDLED=yes
- MYSQL_VERSION=mariadb-10.0.21 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
- MYSQL_VERSION=mariadb-10.1.6
- MYSQL_VERSION=mariadb-10.1.7
matrix:
allow_failures:
# - env: MYSQL_VERSION=mysql-system
Expand All @@ -21,7 +21,7 @@ matrix:
# - env: MYSQL_VERSION=mariadb-10.0.21 CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
- env: MYSQL_VERSION=mariadb-10.0.21 MROONGA_BUNDLED=yes
- env: MYSQL_VERSION=mariadb-10.0.21 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
- env: MYSQL_VERSION=mariadb-10.1.6
- env: MYSQL_VERSION=mariadb-10.1.7
install:
- tools/travis/install.sh
before_script:
Expand Down

0 comments on commit e647835

Please sign in to comment.