Travis now installs the right version of cmake by default on OS X. No more special hacks.
This commit is contained in:
parent
e133903809
commit
a9c7ff9c6c
|
@ -13,7 +13,6 @@ script:
|
|||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install libgtk-3-dev -y || sudo apt-cache search libgtk3; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
|
||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew upgrade cmake; fi
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake --version
|
||||
|
|
Loading…
Reference in New Issue