mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Stop using brew if not needed -- fix build on XCode9 image
This commit is contained in:
		| @@ -193,13 +193,7 @@ install: | |||||||
|       mkdir cmake && travis_retry wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake |       mkdir cmake && travis_retry wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake | ||||||
|       export PATH=${DEPS_DIR}/cmake/bin:${PATH} |       export PATH=${DEPS_DIR}/cmake/bin:${PATH} | ||||||
|     elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then |     elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then | ||||||
|       for pkg in cmake lcov; do |         which cmake || brew install cmake; | ||||||
|         if brew list -1 | grep -q "^${pkg}\$"; then |  | ||||||
|           brew outdated $pkg || brew upgrade $pkg; |  | ||||||
|         else |  | ||||||
|           brew install $pkg; |  | ||||||
|         fi |  | ||||||
|       done |  | ||||||
|     fi |     fi | ||||||
|  |  | ||||||
| before_script: | before_script: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský