Navigation Menu

Skip to content

Commit

Permalink
travis: use the latest MariaDB 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 29, 2015
1 parent 042001b commit e4d2f92
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.23 CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
- MYSQL_VERSION=mariadb-10.0.23 MROONGA_BUNDLED=yes
- MYSQL_VERSION=mariadb-10.0.23 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
- MYSQL_VERSION=mariadb-10.1.8
- MYSQL_VERSION=mariadb-10.1.10
matrix:
allow_failures:
# - env: MYSQL_VERSION=mysql-system
Expand All @@ -21,7 +21,7 @@ matrix:
# - env: MYSQL_VERSION=mariadb-10.0.23 CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
- env: MYSQL_VERSION=mariadb-10.0.23 MROONGA_BUNDLED=yes
- env: MYSQL_VERSION=mariadb-10.0.23 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
- env: MYSQL_VERSION=mariadb-10.1.8
- env: MYSQL_VERSION=mariadb-10.1.10
install:
- tools/travis/install.sh
before_script:
Expand Down

0 comments on commit e4d2f92

Please sign in to comment.