Skip to content

Commit

Permalink
Removed lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Dec 26, 2015
1 parent 9b7d840 commit bca296c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ script:
else
xcodebuild -project "$PROJECT" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
fi

# Run `pod lib lint` if specified
- if [ $POD_LINT == "YES" ]; then
pod lib lint;
fi
before_script:
- carthage bootstrap
before_deploy:
Expand Down

0 comments on commit bca296c

Please sign in to comment.