Skip to content

Commit

Permalink
Merge 501e78c into 751c99d
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigak committed Oct 19, 2018
2 parents 751c99d + 501e78c commit 90dc3e7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
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 brew update && brew install gcc@8; fi

after_success:
# push coverage results to Coveralls
Expand Down

0 comments on commit 90dc3e7

Please sign in to comment.