Skip to content

Commit

Permalink
Fix travis error for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabratu committed Feb 28, 2020
1 parent b777ffc commit f63ec77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
homebrew:
packages:
- libomp
update: true

- name: macOS 10.14, llvm 8
env:
Expand All @@ -33,6 +34,7 @@ jobs:
packages:
- llvm@8
- libomp
update: true

- name: macOS 10.14, GCC 8
env:
Expand All @@ -44,6 +46,7 @@ jobs:
homebrew:
packages:
- gcc@8
update: true
before_install:
- brew link gcc@8

Expand All @@ -57,6 +60,7 @@ jobs:
homebrew:
packages:
- libomp
update: true
script:
- $CXX --version
- mkdir build_non_monolith && cd "$_"
Expand Down Expand Up @@ -87,6 +91,7 @@ jobs:
homebrew:
packages:
- gcc@8
update: true
before_install:
- brew link gcc@8

Expand Down

0 comments on commit f63ec77

Please sign in to comment.