Skip to content

Commit

Permalink
install Ruby 2.4 doesn't help Brew, so try to force install...
Browse files Browse the repository at this point in the history
[skip appveyor]
  • Loading branch information
avilleret committed Feb 26, 2018
1 parent 41d045e commit e9edcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ case "$TRAVIS_OS_NAME" in
set +e
# try to force a ruby update
# brew need Ruby 2.3, but OSX comes with 2.0
HOMEBREW_NO_AUTO_UPDATE=1 brew install ruby
brew install gnu-tar xz
# HOMEBREW_NO_AUTO_UPDATE=1 brew install ruby
HOMEBREW_NO_AUTO_UPDATE=1 brew install gnu-tar xz
ARCHIVE=homebrew-cache.tar.xz
wget -nv "https://github.com/OSSIA/score-sdk/releases/download/sdk8/$ARCHIVE" -O "$ARCHIVE"
gtar xhzf "$ARCHIVE" --directory /usr/local/Cellar
Expand Down

0 comments on commit e9edcbe

Please sign in to comment.