Skip to content

Commit

Permalink
Merge pull request #255 from square/federman/add_pod_lint_to_CI
Browse files Browse the repository at this point in the history
CI should validate the pod spec
  • Loading branch information
dfed committed Jul 2, 2015
2 parents 28719c9 + 40c7655 commit bd43b09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,5 +1,8 @@
language: objective-c
osx_image: xcode6.4
before_script:
- bundle install
script:
- xcodebuild -project SocketRocket.xcodeproj -scheme "SocketRocket" -sdk iphonesimulator -configuration Debug -PBXBuildsContinueAfterErrors=0 ACTIVE_ARCH_ONLY=0 build test
- xcodebuild -project SocketRocket.xcodeproj -scheme "SocketRocketOSX" -sdk macosx10.10 -configuration Debug -destination "platform=OS X" -PBXBuildsContinueAfterErrors=0 build
- xcodebuild -project SocketRocket.xcodeproj -scheme "SocketRocketOSX" -sdk macosx10.10 -configuration Debug -destination "platform=OS X" -PBXBuildsContinueAfterErrors=0 build
- pod lib lint --verbose --fail-fast
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'cocoapods', '0.37.2'

0 comments on commit bd43b09

Please sign in to comment.