Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Commit 255694a

Browse files
committed
Updated .travis.yml
1 parent ed0909b commit 255694a

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
@@ -2,7 +2,7 @@ language: swift
22
osx_image: xcode10
33
script:
44
- xcodebuild -workspace Net.xcworkspace -scheme Example -destination "platform=iOS
5-
Simulator,name=iPhone XS,OS=12" -configuration Debug -enableCodeCoverage YES clean
5+
Simulator,name=iPhone XS,OS=12.0" -configuration Debug -enableCodeCoverage YES clean
66
build test
77
after_success:
88
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)