Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
broadwaylamb committed Nov 25, 2016
1 parent 5b90bf9 commit 0eaad12
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 @@ -17,7 +17,7 @@ before_install:

script:
- if [[ $POD_LINT == "YES" ]] ; then
pod lib lint;
pod lib lint --verbose;
fi
- if [[ $LOCAL_TESTS == "YES" ]] ; then
swift build;
Expand Down

0 comments on commit 0eaad12

Please sign in to comment.