Skip to content

Commit 157d10b

Browse files
Prevent GPUImage warnings from breaking pod lib lint
1 parent 24100b9 commit 157d10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- pod repo update --silent
1010

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

0 commit comments

Comments
 (0)