adding travis file

This commit is contained in:
Jeff Potter 2015-10-15 13:47:44 -06:00
parent 3e881899d4
commit 6393f00518
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: objective-c
osx_image: xcode7
# xcode_project: Validator.xcodeproj
# xcode_scheme: Validator
# xcode_sdk: iphonesimulator8.3
before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -project Validator.xcodeproj -scheme Validator -sdk iphonesiumlator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0'
-configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c