[Groonga-commit] groonga/groonga at 90d786d [master] travis: allow failure for clang + autotools + mruby on OS X

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 12 09:32:48 JST 2016


Kouhei Sutou	2016-02-12 09:32:48 +0900 (Fri, 12 Feb 2016)

  New Revision: 90d786d6c09dbb3d2bf5aae61263730aefae323b
  https://github.com/groonga/groonga/commit/90d786d6c09dbb3d2bf5aae61263730aefae323b

  Message:
    travis: allow failure for clang + autotools + mruby on OS X
    
    But why...? We need to debug it on OS X... But I don't have it...

  Modified files:
    .travis.yml

  Modified: .travis.yml (+4 -0)
===================================================================
--- .travis.yml    2016-02-12 09:16:41 +0900 (282dac8)
+++ .travis.yml    2016-02-12 09:32:48 +0900 (0d1f772)
@@ -32,6 +32,10 @@ matrix:
     - os: osx
       compiler: clang
       env: BUILD_TOOL=cmake ENABLE_MRUBY=yes
+  allow_failures:
+    - os: osx
+      compiler: clang
+      env: BUILD_TOOL=autotools ENABLE_MRUBY=yes
 before_install:
   - rvm use 2.1
   - gem update bundler
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index