travis: don't install cmake

This commit is contained in:
Eric Wasylishen 2017-01-25 01:18:55 -07:00
parent afccc1e645
commit 1114eb8356
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ matrix:
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: