Travis CI : do not try to "brew install cmake" on OS X

This commit is contained in:
Sébastien Rombauts 2016-12-02 15:05:30 +01:00
parent b6512c4c6f
commit 13d12f1e48

View File

@ -136,8 +136,8 @@ matrix:
- compiler: clang
os: osx
osx_image: xcode8
install:
- brew install cmake
#install:
# - brew install cmake
env:
- CC=clang
- CXX=clang