Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Keep this at the top to reduce noise in chatrooms when we mess up circleci setup
experimental:
notify:
branches:
only:
- master

machine:
xcode:
version: 8.3

test:
post:
- pod lib lint --use-libraries
- if [ "$CIRCLE_BRANCH" = 'master' ]; then pod spec lint --use-libraries; fi
- if [ "$CIRCLE_BRANCH" = 'master' ]; then pod spec lint --use-libraries; fi