We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ddaeb commit 300422eCopy full SHA for 300422e
.travis.yml
@@ -5,6 +5,7 @@ compiler:
5
- gcc
6
7
before_script:
8
+ - disable_homebrew: true
9
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then (brew update && brew install lcov); fi
10
- gem install coveralls-lcov
11
0 commit comments