Skip to content

Commit

Permalink
Added .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Novik Gleb committed Nov 7, 2016
1 parent c694068 commit 49e9dde
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild test -workspace Develop/CompoundOperationsExampleDev/CompoundOperationsExampleDev.xcworkspace -scheme CompoundOperationsExampleDev -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- pod lib lint --quick

0 comments on commit 49e9dde

Please sign in to comment.