We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0148a36 + 9861f27 commit b4b56a5Copy full SHA for b4b56a5
1 file changed
.travis.yml
@@ -21,12 +21,12 @@ matrix:
21
env: CMAKE_BUILD_TYPE=Release
22
before_install:
23
- brew update > /dev/null
24
- - brew install gcc > /dev/null
+ - brew upgrade gcc > /dev/null
25
- os: osx
26
env: CMAKE_BUILD_TYPE=Coverage
27
28
29
30
31
script:
32
- export PR=https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls/$TRAVIS_PULL_REQUEST
0 commit comments