Skip to content

Commit

Permalink
Merge pull request #2 from nerdishbynature/update_request_kit
Browse files Browse the repository at this point in the history
Update RequestKit
  • Loading branch information
pietbrauer committed Dec 13, 2015
2 parents fb186e0 + 09c4f5f commit 98d8cee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "nerdishbynature/RequestKit" >=0.2.0
github "nerdishbynature/RequestKit" == 0.2.1
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "nerdishbynature/Nocilla" "0.10.0"
github "nerdishbynature/RequestKit" "0.2.0"
github "nerdishbynature/RequestKit" "0.2.1"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install:
carthage bootstrap

test:
set -o pipefail && xcodebuild clean test -scheme TanukiKit -sdk iphonesimulator ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES | xcpretty -c
set -o pipefail && xcodebuild clean test -scheme TanukiKit -sdk iphonesimulator -destination name="iPhone 6" ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES | xcpretty -c

post_coverage:
bundle exec slather coverage --input-format profdata -x --ignore "../**/*/Xcode*" --ignore "Carthage/**" --output-directory slather-report --scheme TanukiKit TanukiKit.xcodeproj
Expand Down

0 comments on commit 98d8cee

Please sign in to comment.