"cockatrice/git@gitlab.completext.com:quzar/Cockatrice.git" did not exist on "133693d9ce8a4a7ad0dad27253b1d902e6fcc59d"
Commit 1973df10 authored by Gavin Bisesi's avatar Gavin Bisesi
Browse files

Merge pull request #221 from arxanas/travis-osx-no-cmake

Removed cmake from Travis's OS X dependencies.
parents 843eba81 4df46b13
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
if [[ $TRAVIS_OS_NAME == "osx" ]] ; then if [[ $TRAVIS_OS_NAME == "osx" ]] ; then
brew update brew update
brew install qt cmake protobuf libgcrypt brew install qt protobuf libgcrypt
else else
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev sudo apt-get install -y qtmobility-dev libprotobuf-dev protobuf-compiler libqt4-dev
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment