Skip to content

Commit

Permalink
travis: detach image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zomfg committed May 28, 2020
1 parent 72131d8 commit de6f0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ script:
- ls /Volumes/bin:Prismatik/Prismatik.app
- otool -L /Volumes/bin:Prismatik/Prismatik.app/Contents/MacOS/Prismatik
- otool -L /Volumes/bin:Prismatik/Prismatik.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
- hdiutil detach /dev/disk1s1
- hdiutil detach /Volumes/bin:Prismatik
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then curl -T bin/Prismatik.dmg "https://psieg.de/lightpack/osx_builds/Prismatik_${VERSION}_${TRAVIS_BUILD_NUMBER}.dmg" -u "${PSIEG_UPLOAD_USER}:${PSIEG_UPLOAD_PASSWORD}"; fi'
- set +e

0 comments on commit de6f0c4

Please sign in to comment.