Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Don't install CMake on Mac Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nikreiman committed Jan 25, 2017
1 parent 3a35448 commit ccdd30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis-before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TRAVIS_OS_NAME=$1
case $TRAVIS_OS_NAME in
osx)
brew update
brew install cmake ninja libzip
brew install ninja libzip
;;
linux)
sudo dpkg --add-architecture i386
Expand Down

0 comments on commit ccdd30b

Please sign in to comment.