You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/04/10 08:52:17 UTC

[arrow] branch master updated: ARROW-2426: [GLib] Follow python -> python@3 change in Homebrew

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new c5574f4  ARROW-2426: [GLib] Follow python -> python@3 change in Homebrew
c5574f4 is described below

commit c5574f4e60d66f535838dc07b74cc7b839b7a518
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Tue Apr 10 10:52:10 2018 +0200

    ARROW-2426: [GLib] Follow python -> python@3 change in Homebrew
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #1872 from kou/glib-travis-macos and squashes the following commits:
    
    3b824e5 <Kouhei Sutou>  Follow python -> python@3 change in Homebrew
---
 ci/travis_install_osx.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/travis_install_osx.sh b/ci/travis_install_osx.sh
index b03a5f1..ce31460 100755
--- a/ci/travis_install_osx.sh
+++ b/ci/travis_install_osx.sh
@@ -19,5 +19,7 @@
 
 if [ "$ARROW_CI_C_GLIB_AFFECTED" = "1" ]; then
     brew update
+    brew upgrade python
+    brew upgrade hg
     brew bundle --file=$TRAVIS_BUILD_DIR/c_glib/Brewfile
 fi

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.