Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 048026a

Browse files
authored
Yet another Travis CI change
Eventually it'll work.... right?
1 parent 4e72c8d commit 048026a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ xcode_project: Sample Project/SimpleLineChart.xcodeproj
44
xcode_scheme: SimpleLineChartTests
55
xcode_sdk: iphonesimulator
66
script:
7-
- xcodebuild clean build test -project "Sample Project/SimpleLineChart.xcodeproj" -scheme SimpleLineChartTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
7+
- xcodebuild clean build test -project "Sample Project/SimpleLineChart.xcodeproj" -scheme SimpleLineChartTests -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.2'

0 commit comments

Comments
 (0)