[Groonga-mysql-commit] mroonga/mroonga at 01c4c37 [master] travis: allow failure of MariaDB embedded build

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Mar 25 14:05:25 JST 2015


Kouhei Sutou	2015-03-25 14:05:25 +0900 (Wed, 25 Mar 2015)

  New Revision: 01c4c3797ead372924b11a88d6d7310db8832dca
  https://github.com/mroonga/mroonga/commit/01c4c3797ead372924b11a88d6d7310db8832dca

  Message:
    travis: allow failure of MariaDB embedded build

  Modified files:
    .travis.yml

  Modified: .travis.yml (+4 -2)
===================================================================
--- .travis.yml    2015-03-25 13:59:45 +0900 (ec2bfae)
+++ .travis.yml    2015-03-25 14:05:25 +0900 (71d65fe)
@@ -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:
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る