Remove sudo

This commit is contained in:
Jonas Kvinge
2019-11-14 21:23:50 +01:00
parent a9accb7d85
commit 331b9cca18
3 changed files with 8 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
make -j8 || travis_terminate 1;
make install || travis_terminate 1;
sudo make dmg;
make dmg;
fi
after_success:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ls -lh strawberry*.dmg; fi