Kouhei Sutou
null+****@clear*****
Fri Aug 7 10:02:31 JST 2015
Kouhei Sutou 2015-08-07 10:02:31 +0900 (Fri, 07 Aug 2015) New Revision: 021e117665e45acb334d66e339e8c7bb2f989a54 https://github.com/mroonga/mroonga/commit/021e117665e45acb334d66e339e8c7bb2f989a54 Message: travis: add ignore list to MariaDB 10.1.6 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. Modified files: .travis.yml Modified: .travis.yml (+1 -1) =================================================================== --- .travis.yml 2015-08-06 20:25:39 +0900 (9b611c1) +++ .travis.yml 2015-08-07 10:02:31 +0900 (ef4f871) @@ -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: -------------- next part -------------- HTML����������������������������...Download