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

Commit cef9272

Browse files
authored
Update .travis.yml
1 parent f0d4b89 commit cef9272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: swift
2-
osx_image: xcode9
2+
osx_image: xcode9.3
33
script:
44
- xcodebuild -workspace Net.xcworkspace -scheme Example -destination "platform=iOS
5-
Simulator,name=iPhone 7,OS=11.0" -configuration Debug -enableCodeCoverage YES clean
5+
Simulator,name=iPhone X,OS=11.3" -configuration Debug -enableCodeCoverage YES clean
66
build test
77
after_success:
88
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)