Skip to content

Commit

Permalink
Lint the podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
sablib committed Jan 30, 2016
1 parent e4a7ee6 commit c8ac3e0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@ language: objective-c
osx_image: xcode7.2

script:
xctool
-project ZZOperationExtension.xcodeproj
-scheme ZZOperationExtension
-sdk iphonesimulator
build
test
ONLY_VALID_ARCH=NO
CODE_SIGNING_REQUIRED=NO
-pod spec lint ZZOperationExtension.podspec
-xctool -project ZZOperationExtension.xcodeproj -scheme ZZOperationExtension -sdk iphonesimulator build test ONLY_VALID_ARCH=NO CODE_SIGNING_REQUIRED=NO

before_install:
- brew update
Expand Down

0 comments on commit c8ac3e0

Please sign in to comment.