Skip to content

Commit

Permalink
Syntax Fix CircleCI (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe committed Apr 30, 2018
1 parent ca99fb1 commit 18c2905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -21,8 +21,8 @@ jobs:
DEVICE: iPhone 8
FASTLANE_EXPLICIT_OPEN_SIMULATOR: 2
- run:
name: Pod Lib Lint
command: bundle exec fastlane ios pod_lint
name: Pod Lib Lint
command: bundle exec fastlane ios pod_lint
- run: |
bash <(curl -s https://codecov.io/bash) -J 'SimpleKeychain'
- save_cache:
Expand Down

0 comments on commit 18c2905

Please sign in to comment.