Skip to content

Commit 6393f00

Browse files
committed
adding travis file
1 parent 3e88189 commit 6393f00

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: objective-c
2+
osx_image: xcode7
3+
4+
# xcode_project: Validator.xcodeproj
5+
# xcode_scheme: Validator
6+
# xcode_sdk: iphonesimulator8.3
7+
8+
before_install:
9+
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
10+
11+
script:
12+
- set -o pipefail
13+
- xcodebuild -version
14+
- xcodebuild -project Validator.xcodeproj -scheme Validator -sdk iphonesiumlator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.0'
15+
-configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c

0 commit comments

Comments
 (0)