Skip to content

Commit

Permalink
Adding Travis CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Nov 13, 2015
1 parent a9a0822 commit 12591b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: objective-c
osx_image: xcode7.1
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- pod install
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -showsdks
- xcodebuild test -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -sdk iphonesimulator9.1 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint --allow-warnings

0 comments on commit 12591b1

Please sign in to comment.