Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigak committed Nov 15, 2018
1 parent 47a6c08 commit ad9aaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matrix:


before_script: # homebrew for mac
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then rm '/usr/local/include/c++' && brew update && brew install gcc@8; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update && brew cask uninstall --force oclint && brew install gcc@8; fi

after_success:
# push coverage results to Coveralls
Expand Down

0 comments on commit ad9aaba

Please sign in to comment.