Skip to content

Commit

Permalink
Circle CI config for the dir change
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashikant86 committed Sep 24, 2017
1 parent 4ed7b0f commit 9e8da2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ dependencies:
pre:
- gem install fastlane --no-ri --no-rdoc --no-document
- brew install carthage
- cd XCFit-Example && carthage bootstrap --platform iOS

cache_directories:
- "XCFit-Example/Carthage"

test:
override:
- swift --version
- cd XCFit-Example
- carthage bootstrap --platform iOS
- fastlane scan -s XCFit-Example
- cd XCFit-Example && fastlane scan -s XCFit-Example

0 comments on commit 9e8da2f

Please sign in to comment.