diff --git a/.travis.yml b/.travis.yml index 9982dc9c1..45707deb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -177,7 +177,7 @@ script: app_date=$(python3 -c "from datetime import datetime; print(datetime.utcnow().strftime('%Y%m%d'))"); git_tag=$(git rev-parse --short HEAD); - yes | ./create-osx-bundle.sh master 3.7.4 > output.txt; + yes | ./create-osx-bundle.sh $TRAVIS_BRANCH 3.7.4 > output.txt; app_ver=$(KIVY_NO_CONSOLELOG=1 Kivy.app/Contents/Resources/script -c 'import kivy; print(kivy.__version__)'); mv Kivy.app Kivy3.app; ./create-osx-dmg.sh Kivy3.app;