We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e88189 commit 6393f00Copy full SHA for 6393f00
.travis.yml
@@ -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