Skip to content

Commit

Permalink
travis osx: install ruby from homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Jul 15, 2016
1 parent 4d3d781 commit 1dcfefd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/travis/job_macos/install.sh
Expand Up @@ -5,8 +5,6 @@ if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
exit 0
fi

rvm use ruby-2.2.1

# install dependencies
wget -c --no-check-certificate -nv -O bottles.zip https://musescore.org/sites/musescore.org/files/bottles-MuseScore-3.0.zip
unzip bottles.zip
Expand All @@ -22,7 +20,7 @@ brew install bottles/libsndfile*
brew install bottles/portaudio*

# additional dependencies
brew install jack lame
brew install jack lame ruby

#install Qt
which -s qmake
Expand Down

0 comments on commit 1dcfefd

Please sign in to comment.