Skip to content

Commit

Permalink
Prevent GPUImage warnings from breaking pod lib lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rivera-ernesto committed May 9, 2016
1 parent 24100b9 commit 157d10b
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 @@ -9,7 +9,7 @@ before_install:
- pod repo update --silent

script:
- pod lib lint
- pod lib lint --allow-warnings # Prevent GPUImage warnings from breaking lint
- cd Demo
- pod update
- xctool -workspace PickerDemo.xcworkspace -scheme 'PickerDemo' -configuration Release -sdk iphonesimulator -arch i386 build

0 comments on commit 157d10b

Please sign in to comment.