Skip to content

Commit

Permalink
Merge c269bb0 into 751c99d
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigak committed Oct 19, 2018
2 parents 751c99d + c269bb0 commit ad82271
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Expand Up @@ -12,18 +12,15 @@ matrix:
julia: 0.6
- os: linux
julia: 1.0
- os: linux
- os: osx
julia: 0.6
osx_image: xcode9.2
- os: linux
- os: osx
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 rm '/usr/local/include/c++' && brew update && brew install gcc@8; fi

after_success:
# push coverage results to Coveralls
Expand Down

0 comments on commit ad82271

Please sign in to comment.