Skip to content

Commit 7d41453

Browse files
committed
Fix dynamic macOS Travis failure by updating the xcode image.
1 parent a3e5d76 commit 7d41453

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ addons:
1919
matrix:
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-
7068
install:
7169

7270
# Export CC/CXX to control compiler/version.
@@ -92,7 +90,7 @@ script:
9290

9391
after_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

0 commit comments

Comments
 (0)