Skip to content

Commit 6d816c2

Browse files
committed
specify simulator for convex hull tests on travis
1 parent dad8415 commit 6d816c2

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
@@ -20,7 +20,7 @@ script:
2020
- xcodebuild test -project ./Bucket\ Sort/Tests/Tests.xcodeproj -scheme Tests
2121
- xcodebuild test -project ./B-Tree/Tests/Tests.xcodeproj -scheme Tests
2222
- xcodebuild test -project ./Comb\ Sort/Tests/Tests.xcodeproj -scheme Tests
23-
- xcodebuild test -project ./Convex\ Hull/Convex\ Hull.xcodeproj -scheme Tests
23+
- xcodebuild test -project ./Convex\ Hull/Convex\ Hull.xcodeproj -scheme Tests -destination 'platform=iOS Simulator,name=iPhone 7,OS=11.0'
2424
- xcodebuild test -project ./Counting\ Sort/Tests/Tests.xcodeproj -scheme Tests
2525
- xcodebuild test -project ./Depth-First\ Search/Tests/Tests.xcodeproj -scheme Tests
2626
- xcodebuild test -project ./Graph/Graph.xcodeproj -scheme GraphTests

0 commit comments

Comments
 (0)