build: tweaking travis script (install cmake)

This commit is contained in:
Eric Wasylishen 2016-10-02 22:05:59 -06:00
parent c7d6f064aa
commit 4278a38f36
1 changed files with 2 additions and 0 deletions

View File

@ -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: