Navigation Menu

Skip to content

Commit

Permalink
travis: use MariaDB 10.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 31, 2016
1 parent e087bc0 commit 6cfc6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,7 +13,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.10
- MYSQL_VERSION=mariadb-10.1.11
matrix:
allow_failures:
# - env: MYSQL_VERSION=mysql-system
Expand All @@ -22,7 +22,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.10
# - env: MYSQL_VERSION=mariadb-10.1.11
install:
- tools/travis/install.sh
before_script:
Expand Down

0 comments on commit 6cfc6e5

Please sign in to comment.