Skip to content

Commit 44dcde2

Browse files
authored
Merge pull request #66 from Carthage/fix-travis-deploy
Fix deploy step on Travis
2 parents 95cf78c + 68d5c03 commit 44dcde2

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/Quick/Nimble.git
44
[submodule "Carthage/Checkouts/Quick"]
55
path = Carthage/Checkouts/Quick
6-
url = https://github.com/Quick/Quick.git
6+
url = https://github.com/sharplet/Quick.git
77
[submodule "Carthage/Checkouts/Result"]
88
path = Carthage/Checkouts/Result
99
url = https://github.com/antitypical/Result.git

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ notifications:
1515
before_deploy:
1616
- brew update
1717
- brew outdated carthage || brew upgrade carthage
18-
- carthage build --no-skip-current
18+
- carthage version
19+
- carthage build --no-skip-current --platform mac
1920
- carthage archive ReactiveTask
2021
deploy:
2122
provider: releases

Cartfile.private

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Quick" ~> 0.9.2
2-
github "Quick/Nimble" ~> 4.0
1+
github "sharplet/Quick" "xcode-8"
2+
github "Quick/Nimble" "188caeb"
33
github "jspahrsummers/xcconfigs" ~> 0.9

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github "Quick/Nimble" "v4.0.0"
2-
github "Quick/Quick" "v0.9.2"
1+
github "Quick/Nimble" "188caeb094bc342614d8a5c706cd8bb9a6c355eb"
2+
github "sharplet/Quick" "e2cfb86c8379417c9272bb853e9f0c407167d486"
33
github "antitypical/Result" "2.1.2"
44
github "jspahrsummers/xcconfigs" "0.9"
55
github "ReactiveCocoa/ReactiveCocoa" "v4.2.1"

Carthage/Checkouts/Quick

Submodule Quick updated from dc2b4b7 to e2cfb86

0 commit comments

Comments
 (0)