Navigation Menu

Skip to content

Commit

Permalink
travis: add ignore list to MariaDB 10.1.6
Browse files Browse the repository at this point in the history
Because MariaDB 10.1.6 is built with newer GCC rather than system
GCC. It breaks build with system GCC.

We can remove MariaDB 10.1.6 from ignore list after Travis CI upgrades
its Ubuntu version.
  • Loading branch information
kou committed Aug 7, 2015
1 parent c43b666 commit 021e117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ matrix:
# - 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.6
- env: MYSQL_VERSION=mariadb-10.1.6
install:
- tools/travis/install.sh
before_script:
Expand Down

0 comments on commit 021e117

Please sign in to comment.