Skip to content

Commit

Permalink
Removed private specifier on travis yaml file pod lib lint command.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Sep 27, 2017
1 parent 85dd756 commit ac304c4
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 @@ -55,5 +55,5 @@ script:

# Run `pod lib lint` if specified
- if [ $POD_LINT == "YES" ]; then
pod lib lint --private;
pod lib lint;
fi

0 comments on commit ac304c4

Please sign in to comment.