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 300422e commit ccdba8bCopy full SHA for ccdba8b
.travis.yml
@@ -5,8 +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
+ - if [ "$TRAVIS_OS_NAME" == "osx" ]; then (brew install lcov); fi
10
- gem install coveralls-lcov
11
12
script:
0 commit comments