[Groonga-commit] groonga/groonga at f0da5f9 [master] travis: use latest pkg-config command on OS X

Back to archive index

Hiroshi Hatake null+****@clear*****
Mon Nov 2 18:42:51 JST 2015


Hiroshi Hatake	2015-11-02 18:42:51 +0900 (Mon, 02 Nov 2015)

  New Revision: f0da5f9e087717b30660720aec474e80ffbaabb2
  https://github.com/groonga/groonga/commit/f0da5f9e087717b30660720aec474e80ffbaabb2

  Merged ede347e: Merge pull request #425 from cosmo0920/fix-brew-error

  Message:
    travis: use latest pkg-config command on OS X
    
    ref: http://docs.travis-ci.com/user/osx-ci-environment/#A-note-on-upgrading-packages

  Modified files:
    tools/travis-install.sh

  Modified: tools/travis-install.sh (+1 -2)
===================================================================
--- tools/travis-install.sh    2015-11-02 18:13:03 +0900 (98809c5)
+++ tools/travis-install.sh    2015-11-02 18:42:51 +0900 (43a9dce)
@@ -16,13 +16,12 @@ case "${TRAVIS_OS_NAME}" in
     ;;
   osx)
     brew update > /dev/null
-    brew unlink pkg-config
+    brew outdated pkg-config || brew upgrade pkg-config
     brew install \
          msgpack \
          libevent \
          mecab \
          mecab-ipadic \
-         pkg-config \
          pcre \
          cutter
     ;;
-------------- next part --------------
HTML����������������������������...
Download 



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