Update .travis.yml

This commit is contained in:
Akshay Arora 2019-10-18 17:31:01 +05:30 committed by GitHub
parent ae36afc1b5
commit 2db61e80ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;