Navigation Menu

Skip to content

Commit

Permalink
travis: allow failure of MariaDB embedded build
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 25, 2015
1 parent 4d7a6ae commit 01c4c37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -12,9 +12,11 @@ env:
- MYSQL_VERSION=mariadb-10.0.17 CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
- MYSQL_VERSION=mariadb-10.0.17 MROONGA_BUNDLED=yes
- MYSQL_VERSION=mariadb-10.0.17 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
# matrix:
# allow_failures:
matrix:
allow_failures:
# - env: MYSQL_VERSION=mysql-system
- env: MYSQL_VERSION=mariadb-10.0.17 MROONGA_BUNDLED=yes
- env: MYSQL_VERSION=mariadb-10.0.17 MROONGA_BUNDLED=yes MROONGA_TEST_EMBEDDED=yes
install:
- tools/travis/install.sh
before_script:
Expand Down

0 comments on commit 01c4c37

Please sign in to comment.