Skip to content

Commit 752436e

Browse files
committed
osx
1 parent 329ebed commit 752436e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,12 @@ matrix:
771771
# osx_image: xcode11
772772

773773
- os: osx
774-
env: TOOLSET=clang COMPILER=clang++ CXXSTD=c++14 TEST_SUITE=quadrature
774+
env: TOOLSET=clang COMPILER=clang++ CXXSTD=c++14 TEST_SUITE="quadrature include=/usr/local/include/eigen3"
775775
osx_image: xcode11
776+
addons:
777+
homebrew:
778+
packages:
779+
eigen
776780

777781
# - os: osx
778782
# env: TOOLSET=clang COMPILER=clang++ CXXSTD=c++14 TEST_SUITE=float128_tests

0 commit comments

Comments
 (0)