mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-03-27 09:34:17 +08:00
Add pod linting to travis
This commit is contained in:
@@ -10,5 +10,8 @@ env:
|
||||
matrix:
|
||||
- TEST_SDK=iphonesimulator9.1 OS=8.4
|
||||
- TEST_SDK=iphonesimulator9.1 OS=9.1
|
||||
|
||||
before_install: gem install cocoapods -v '0.39.0'
|
||||
before_script: pod lib lint --verbose
|
||||
script:
|
||||
- xctool test -test-sdk $TEST_SDK -destination "name=iPhone 6,OS=$OS" -sdk iphonesimulator -workspace Example/PINRemoteImage.xcworkspace -scheme PINRemoteImage ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO
|
||||
|
||||
Reference in New Issue
Block a user