Skip to content

Commit

Permalink
dont allow warnings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Nov 15, 2015
1 parent 4484813 commit 472fbb1
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 @@ -6,7 +6,7 @@ before_install:
- gem install cocoapods

script:
- pod lib lint --allow-warnings
- pod lib lint
- make xctest

notifications:
Expand Down

0 comments on commit 472fbb1

Please sign in to comment.