[Groonga-commit] groonga/groonga at 2f46a7a [master] ci: try to ignore Homebrew error

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 9 22:33:22 JST 2018


Kouhei Sutou	2018-10-09 22:33:22 +0900 (Tue, 09 Oct 2018)

  Revision: 2f46a7a95688e34a5b4ed48d2242254ba20cb59a
  https://github.com/groonga/groonga/commit/2f46a7a95688e34a5b4ed48d2242254ba20cb59a

  Message:
    ci: try to ignore Homebrew error

  Modified files:
    travis/install.sh

  Modified: travis/install.sh (+1 -1)
===================================================================
--- travis/install.sh    2018-10-09 19:15:32 +0900 (0354ab38a)
+++ travis/install.sh    2018-10-09 22:33:22 +0900 (1f71c88ad)
@@ -51,7 +51,7 @@ case "${TRAVIS_OS_NAME}" in
     ;;
   osx)
     brew update > /dev/null
-    brew bundle --verbose
+    brew bundle --verbose || : # Ignore error for now: TODO: Remove me
     if [ "${ENABLE_DOCUMENT}" = "yes" ]; then
       pip3 install Sphinx
     fi
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181009/a6879abc/attachment-0001.htm 



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