Skip to content

Commit

Permalink
remove travis wait
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Feb 23, 2020
1 parent 6d3124e commit fd1d6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/python-wheels/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ before_install:
- git -C arrow checkout FETCH_HEAD

- brew update
- travis_wait 30 brew bundle --file=arrow/cpp/Brewfile
- brew bundle --file=arrow/cpp/Brewfile
# Install tools to build bundled Thrift
- brew install
bison
Expand Down

0 comments on commit fd1d6eb

Please sign in to comment.