Skip to content

Commit 37c6b37

Browse files
committed
Fix OSX failure
1 parent ec3151f commit 37c6b37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ matrix:
8787
- lrzip
8888

8989
install:
90+
# Workaround till symengine C++ repo's script is fixed
91+
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew uninstall cmake; fi
9092
- export PYTHON_SOURCE_DIR=`pwd`
9193
- export TEST_CPP="no"
9294

0 commit comments

Comments
 (0)