Skip to content

Commit

Permalink
Fix pod repo update on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubvano committed Mar 6, 2018
1 parent a65ecd4 commit 4a122ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ script:
- xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION"
-configuration Release ENABLE_TESTABILITY=YES ONLY_ACTIVE_ARCH=NO $ACTION | xcpretty
- if [ $POD_LINT == "YES" ]; then
pod repo update --silent;
pod repo update;
pod lib lint;
fi
notifications:
Expand Down

0 comments on commit 4a122ff

Please sign in to comment.