Remove Travis

This commit is contained in:
Ivan Zinovyev 2016-12-19 15:32:22 +03:00
parent 62e1467814
commit 960d7b938e
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode7.3
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
script:
- set -o pipefail && xcodebuild test -workspace Example/UIAnimatedTextField.xcworkspace -scheme UIAnimatedTextField-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint