Skip to content

Commit

Permalink
test pod inference
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Feb 23, 2017
1 parent 10fa112 commit d25548d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ dependencies:
pre:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- Scripts/install_swiftlint.sh
- if [[ $CIRCLE_BRANCH == master ]]; then pod setup; fi
cache_directories:
- "~/.cocoapods/repos/master"

test:
override:
- rake lint:code
- rake xcode:test
- rake spm:test
post:
- if [[ $CIRCLE_BRANCH == master ]]; then rake lint:pod; fi
- rake lint:pod

0 comments on commit d25548d

Please sign in to comment.