CI: Remove osx opt symlink

This commit is contained in:
redtide 2020-09-27 20:30:48 +02:00
parent 494ce78a58
commit 67804314fe
2 changed files with 0 additions and 6 deletions

View file

@ -56,7 +56,6 @@ jobs:
- dylibbundler
env:
- INSTALL_DIR="sfizz-${TRAVIS_BRANCH}-${TRAVIS_OS_NAME}-${TRAVIS_CPU_ARCH}"
install: .travis/install_osx.sh
script: .travis/script_osx.sh
after_success: .travis/prepare_osx.sh
# before_cache:

View file

@ -1,5 +0,0 @@
#!/bin/bash
set -ex
sudo ln -s /usr/local /opt/local