Skip to content

Commit

Permalink
adjust travis.yml to fix broken homebrew on TravisCI-MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Mar 7, 2020
1 parent bbf8364 commit e9ffa10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ addons:
- libgsl-dev

homebrew:
update: true
packages:
- valgrind
- gsl

matrix:
include:
- os: linux // travis ubuntu xenial
- os: linux # travis ubuntu xenial
env:
- MYCXX="g++"
- USE_DOCKER="FALSE"
- USE_GCOV="TRUE"

- os: linux // arch linux docker
- os: linux # arch linux docker
env:
- MYCXX="g++"
- USE_DOCKER="TRUE"
Expand Down

0 comments on commit e9ffa10

Please sign in to comment.