Skip to content

Commit

Permalink
corrected path to create-dmg repo
Browse files Browse the repository at this point in the history
  • Loading branch information
D0miH authored Jul 18, 2019
1 parent e10cf2c commit 722f67a
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 @@ -6,7 +6,7 @@ script: cd iGlance && xcodebuild -project 'iGlance.xcodeproj' -config Release -s
before_deploy: xcodebuild -archivePath ./iGlance -scheme iGlance archive
&& xcodebuild -archivePath iGlance.xcarchive -exportArchive -exportPath iGlanceExport -exportOptionsPlist exportOptions.plist
&& cd iGlanceExport
&& npm install --global https://github.com/D0miH/create-dmg.git
&& npm install --global https://github.com/iglance/create-dmg.git
&& create-dmg iGlance.app
deploy:
provider: releases
Expand Down

0 comments on commit 722f67a

Please sign in to comment.