[travis] Lint podspec
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
language: objective-c
|
language: objective-c
|
||||||
osx_image: xcode61
|
osx_image: xcode61
|
||||||
before_install:
|
before_install:
|
||||||
- gem install cocoapods
|
- gem install cocoapods --pre
|
||||||
- gem install xcpretty
|
- gem install xcpretty
|
||||||
script:
|
script:
|
||||||
- set -o pipefail
|
- set -o pipefail
|
||||||
- xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c
|
- xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c
|
||||||
- xcodebuild -project Stencil.xcodeproj -scheme Stencil test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
|
- xcodebuild -project Stencil.xcodeproj -scheme Stencil test -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
|
||||||
|
- pod lib lint
|
||||||
|
|||||||
Reference in New Issue
Block a user