Update .travis.yml

This commit is contained in:
Jonas Kvinge 2019-01-03 21:32:53 +01:00
parent 5c44742a9b
commit d1445cb47e
1 changed files with 1 additions and 0 deletions

View File

@ -30,3 +30,4 @@ script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make -j8 ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ../dist/macos/macdeploy.py strawberry.app ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ../dist/macos/create-dmg.sh strawberry.app ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ../dist/scripts/upload.sh /Users/travis/build/jonaski/strawberry/build/strawberry.dmg ; fi