Skip to content

Commit 45424b8

Browse files
authored
Fix OS X install problem
We patch the linkage manually anyway. Skip over brew problems.
1 parent adf6f49 commit 45424b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ os:
88

99
before_install:
1010
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
11-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tcl-tk; fi
11+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tcl-tk || true; fi
1212
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir -p /usr/local; ln -s /usr/local/opt/tcl-tk/include /usr/local/include/tcl8.6; fi
1313
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cp /usr/local/opt/tcl-tk/lib/libtcl* /usr/local/lib; fi
1414
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ln -s /usr/local/opt/tcl-tk/bin/tclsh8.6 /usr/local/bin/tclsh; fi

0 commit comments

Comments
 (0)