Update .travis.yml

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

View File

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