Skip to content

Commit 6413b61

Browse files
committed
Fix dynamic macOS Travis failure by updating the xcode image.
1 parent 9612959 commit 6413b61

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.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
@@ -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-
6563
install:
6664

6765
# Export CC/CXX to control compiler/version.
@@ -86,7 +84,7 @@ script:
8684

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

0 commit comments

Comments
 (0)