We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24100b9 commit 157d10bCopy full SHA for 157d10b
.travis.yml
@@ -9,7 +9,7 @@ before_install:
9
- pod repo update --silent
10
11
script:
12
- - pod lib lint
+ - pod lib lint --allow-warnings # Prevent GPUImage warnings from breaking lint
13
- cd Demo
14
- pod update
15
- xctool -workspace PickerDemo.xcworkspace -scheme 'PickerDemo' -configuration Release -sdk iphonesimulator -arch i386 build
0 commit comments