build: tweaking travis script (install cmake)
This commit is contained in:
parent
c7d6f064aa
commit
4278a38f36
|
|
@ -9,6 +9,8 @@ matrix:
|
|||
osx_image: xcode7.2
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install cmake ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y groff; fi
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue