Skip to content

Commit

Permalink
Merge pull request #347 from zomfg/feature/xcode-11.5
Browse files Browse the repository at this point in the history
xcode 11.5
  • Loading branch information
psieg authored May 29, 2020
2 parents 2a096d3 + de6f0c4 commit 5f88f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: cpp
#language: objective-c

osx_image: xcode10.1
osx_image: xcode11.5

notifications:
email: false
Expand Down 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 5f88f31

Please sign in to comment.