File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
@@ -59,9 +60,6 @@ before_install:
5960 - if [[ $TRAVIS_OS_NAME == osx ]]; then OSX=true; fi
6061 - if [[ $TRAVIS_OS_NAME == linux ]]; then LINUX=true; fi
6162
62- # Update homebrew.
63- - if [[ $OSX && $CLANG && $DYNAMIC ]]; then brew update; fi
64-
6563install :
6664
6765 # Export CC/CXX to control compiler/version.
@@ -86,7 +84,7 @@ script:
8684
8785after_success :
8886
89- # Download and unpack lcov > 1.10
87+ # Download and unpack lcov.
9088 - if [[ $LINUX && $GCC && $STATIC ]]; then wget https://github.com/linux-test-project/lcov/releases/download/v1.12/lcov-1.12.tar.gz; fi
9189 - if [[ $LINUX && $GCC && $STATIC ]]; then tar xzf lcov-1.12.tar.gz; fi
9290 - 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