Fix Travis' reference to Mac's up script

This commit is contained in:
Cyryl Płotnicki 2017-08-20 16:26:35 +02:00
parent 1f1474d3a7
commit 163916387a

View file

@ -3,7 +3,7 @@ set -e
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
export DONT_CHANGE_SHELL=true
./macosx/configure_fresh_system.sh
./macosx/up.sh
exit 0
fi