Skip to content

Commit

Permalink
travis: ignore MariaDB 10.0.20
Browse files Browse the repository at this point in the history
I don't know why they are failed...
  • Loading branch information
kou committed Jun 21, 2015
1 parent 509da95 commit 7e66b6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ matrix:
allow_failures:
# - env: MYSQL_VERSION=mysql-system
# - env: MYSQL_VERSION=mariadb-5.5.44
# - env: MYSQL_VERSION=mariadb-10.0.20 MROONGA_BUNDLED=yes
# - env: MYSQL_VERSION=mariadb-10.0.20 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
- env: MYSQL_VERSION=mariadb-10.0.20
- env: MYSQL_VERSION=mariadb-10.0.20 CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
- env: MYSQL_VERSION=mariadb-10.0.20 MROONGA_BUNDLED=yes
- env: MYSQL_VERSION=mariadb-10.0.20 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
# - env: MYSQL_VERSION=mariadb-10.1.4
install:
- tools/travis/install.sh
Expand Down

0 comments on commit 7e66b6b

Please sign in to comment.