Skip to content

Commit

Permalink
Remove osx from travis (issue #27751 in Homebrew)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackm authored Oct 15, 2018
1 parent d792097 commit c9b9326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
language: julia
os:
- linux
- osx
# - osx
julia:
- 1.0
notifications:
Expand All @@ -12,7 +12,7 @@ addons:
packages:
- hdf5-tools
before_script:
- if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; brew link --overwrite gcc; brew install hdf5; fi
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; brew link --overwrite gcc; brew install hdf5; fi
after_success:
# push coverage results to Coveralls
- julia -e 'using Pkg; Pkg.add("Coverage"); cd(Pkg.dir("FlashWeave")); using Coverage; Codecov.submit(process_folder())'

0 comments on commit c9b9326

Please sign in to comment.