Skip to content

Commit

Permalink
travis already has cmake installed, do not install with brew
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed Apr 10, 2016
1 parent 9282757 commit d3a87c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- iflin () { if [[ $TRAVIS_OS_NAME == linux ]]; then eval $@; fi; }
- ifmac brew update
- ifmac brew tap homebrew/versions
- ifmac brew install cmake libsndfile qt55 || true
- ifmac brew install libsndfile qt55 || true
- ifmac brew link qt55 --force
#- iflin sudo apt-add-repository -y ppa:ubuntu-sdk-team/ppa
- iflin "curl https://s3-us-west-2.amazonaws.com/supercollider/build-tools/linux/qt-5.3.2.zip -o qt.zip; unzip qt.zip -d $HOME/qt"
Expand Down

0 comments on commit d3a87c1

Please sign in to comment.