CI: Remove osx opt symlink
This commit is contained in:
parent
494ce78a58
commit
67804314fe
2 changed files with 0 additions and 6 deletions
|
|
@ -56,7 +56,6 @@ jobs:
|
||||||
- dylibbundler
|
- dylibbundler
|
||||||
env:
|
env:
|
||||||
- INSTALL_DIR="sfizz-${TRAVIS_BRANCH}-${TRAVIS_OS_NAME}-${TRAVIS_CPU_ARCH}"
|
- INSTALL_DIR="sfizz-${TRAVIS_BRANCH}-${TRAVIS_OS_NAME}-${TRAVIS_CPU_ARCH}"
|
||||||
install: .travis/install_osx.sh
|
|
||||||
script: .travis/script_osx.sh
|
script: .travis/script_osx.sh
|
||||||
after_success: .travis/prepare_osx.sh
|
after_success: .travis/prepare_osx.sh
|
||||||
# before_cache:
|
# before_cache:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
sudo ln -s /usr/local /opt/local
|
|
||||||
Loading…
Add table
Reference in a new issue