Skip to content

Commit 32294a6

Browse files
committed
test fix
1 parent ccdba8b commit 32294a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compiler:
55
- gcc
66

77
before_script:
8-
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then (brew install lcov); fi
8+
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then (brew update && brew install lcov); fi
99
- gem install coveralls-lcov
1010

1111
script:
@@ -23,6 +23,10 @@ os:
2323
- linux
2424
- osx
2525

26+
jobs:
27+
include:
28+
- osx_image: xcode12.5
29+
2630
notifications:
2731
email:
2832
on_failure: always

0 commit comments

Comments
 (0)