Skip to content

Commit 7ee6f1f

Browse files
committed
trying to use other defaults
1 parent 6393f00 commit 7ee6f1f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: objective-c
22
osx_image: xcode7
33

4-
# xcode_project: Validator.xcodeproj
5-
# xcode_scheme: Validator
6-
# xcode_sdk: iphonesimulator8.3
4+
xcode_project: Validator.xcodeproj
5+
xcode_scheme: Validator
6+
xcode_sdk: iphonesimulator8.3
77

8-
before_install:
9-
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
8+
# before_install:
9+
# - gem install xcpretty --no-rdoc --no-ri --no-document --quiet
1010

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
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)