Fix Travis' reference to Mac's up script
This commit is contained in:
parent
1f1474d3a7
commit
163916387a
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -3,7 +3,7 @@ set -e
|
||||||
|
|
||||||
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
|
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
|
||||||
export DONT_CHANGE_SHELL=true
|
export DONT_CHANGE_SHELL=true
|
||||||
./macosx/configure_fresh_system.sh
|
./macosx/up.sh
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue