Update .travis.yml

This commit is contained in:
Jonas Kvinge 2019-07-18 21:35:07 +02:00 committed by GitHub
parent 45125abb8f
commit 6d36ae6197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
make -j8 || travis_terminate 1;
make install || travis_terminate 1;
../dist/macos/macdeploy.py strawberry.app || travis_terminate 1;
sudo ../dist/macos/macdeploy.py strawberry.app || travis_terminate 1;
../dist/macos/create-dmg.sh strawberry.app;
fi
after_success: