Navigation Menu

Skip to content

Commit

Permalink
travis: use latest MariaDB 10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Dec 6, 2014
1 parent 8e3dcbd commit 1051acd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -7,10 +7,10 @@ env:
- MYSQL_VERSION=mysql-5.5.41
- MYSQL_VERSION=mysql-5.6.22
- MYSQL_VERSION=mariadb-5.5.40
- MYSQL_VERSION=mariadb-10.0.14
- MYSQL_VERSION=mariadb-10.0.14 CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
- MYSQL_VERSION=mariadb-10.0.14 MROONGA_BUNDLED=yes
- MYSQL_VERSION=mariadb-10.0.14 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
- MYSQL_VERSION=mariadb-10.0.15
- MYSQL_VERSION=mariadb-10.0.15 CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
- MYSQL_VERSION=mariadb-10.0.15 MROONGA_BUNDLED=yes
- MYSQL_VERSION=mariadb-10.0.15 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
# matrix:
# allow_failures:
# - env: MYSQL_VERSION=mysql-system
Expand Down

0 comments on commit 1051acd

Please sign in to comment.