Skip to content

Commit ccdba8b

Browse files
committed
test fix
1 parent 300422e commit ccdba8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ compiler:
55
- gcc
66

77
before_script:
8-
- disable_homebrew: true
9-
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then (brew update && brew install lcov); fi
8+
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then (brew install lcov); fi
109
- gem install coveralls-lcov
1110

1211
script:

0 commit comments

Comments
 (0)