Remove downloading CppUnit and CMake in Travis CI
CppUnit has been replaced by Catch. The Precise build environment is not used, so no need to download CMake for it.
This commit is contained in:
@@ -19,7 +19,5 @@ case $(uname -s) in
|
||||
;;
|
||||
|
||||
Darwin)
|
||||
brew update
|
||||
brew install cppunit --universal
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user