Skip to content

Commit

Permalink
Merge 0d26149 into 751c99d
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigak committed Oct 19, 2018
2 parents 751c99d + 0d26149 commit 9920966
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ matrix:
julia: 1.0
osx_image: xcode9.2

before_install:
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update
brew install gcc@8
fi
before_script: # homebrew for mac
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update && brew install gcc@8; fi

after_success:
# push coverage results to Coveralls
Expand Down

0 comments on commit 9920966

Please sign in to comment.