We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf6f49 commit 45424b8Copy full SHA for 45424b8
1 file changed
.travis.yml
@@ -8,7 +8,7 @@ os:
8
9
before_install:
10
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
11
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tcl-tk; fi
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tcl-tk || true; fi
12
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir -p /usr/local; ln -s /usr/local/opt/tcl-tk/include /usr/local/include/tcl8.6; fi
13
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cp /usr/local/opt/tcl-tk/lib/libtcl* /usr/local/lib; fi
14
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ln -s /usr/local/opt/tcl-tk/bin/tclsh8.6 /usr/local/bin/tclsh; fi
0 commit comments