File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ addons:
1919matrix :
2020 include :
2121 - os : osx
22+ osx_image : xcode12.2
2223 compiler : clang
2324 env : LINK=dynamic
2425 - os : osx
@@ -64,9 +65,6 @@ before_install:
6465 - if [[ $TRAVIS_OS_NAME == osx ]]; then OSX=true; fi
6566 - if [[ $TRAVIS_OS_NAME == linux ]]; then LINUX=true; fi
6667
67- # Update homebrew.
68- - if [[ $OSX && $CLANG && $DYNAMIC ]]; then brew update; fi
69-
7068install :
7169
7270 # Export CC/CXX to control compiler/version.
@@ -92,7 +90,7 @@ script:
9290
9391after_success :
9492
95- # Download and unpack lcov > 1.10
93+ # Download and unpack lcov.
9694 - if [[ $LINUX && $GCC && $STATIC ]]; then wget https://github.com/linux-test-project/lcov/releases/download/v1.12/lcov-1.12.tar.gz; fi
9795 - if [[ $LINUX && $GCC && $STATIC ]]; then tar xzf lcov-1.12.tar.gz; fi
9896 - if [[ $LINUX && $GCC && $STATIC ]]; then cd lcov-1.12; PREFIX="$TRAVIS_BUILD_DIR/my-prefix" make install; cd ..; fi
You can’t perform that action at this time.
0 commit comments