[Groonga-commit] groonga/groonga at 45ef2ab [master] travis: try to fix Homebrew problem

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Thu Mar 16 15:45:52 JST 2017


Kouhei Sutou	2017-03-16 15:45:52 +0900 (Thu, 16 Mar 2017)

  New Revision: 45ef2abedc0dcc245dbf41e43bb0760ef0383374
  https://github.com/groonga/groonga/commit/45ef2abedc0dcc245dbf41e43bb0760ef0383374

  Message:
    travis: try to fix Homebrew problem

  Modified files:
    tools/travis-install.sh

  Modified: tools/travis-install.sh (+3 -3)
===================================================================
--- tools/travis-install.sh    2017-03-16 15:18:08 +0900 (5e88a4b)
+++ tools/travis-install.sh    2017-03-16 15:45:52 +0900 (20991f5)
@@ -22,13 +22,13 @@ case "${TRAVIS_OS_NAME}" in
     brew outdated pkg-config || brew upgrade pkg-config
     brew reinstall libtool
     brew outdated libevent || brew upgrade libevent
+    brew outdated pcre || brew upgrade pcre
     brew install \
          msgpack \
          mecab \
-         mecab-ipadic \
-         pcre \
-         cutter
+         mecab-ipadic
     brew install --force openssl
+    # brew install cutter
     ;;
 esac
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index