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

Commit 71e97c2

Browse files
author
Alex Rupérez
committed
Travis CI fix
1 parent d5888e6 commit 71e97c2

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: xcode8.3
33
script:
44
- xcodebuild -workspace Net.xcworkspace -scheme Example -destination "platform=iOS
5-
Simulator,name=iPhone 7,OS=10.3" -configuration Debug -enableCodeCoverage YES clean
5+
Simulator,name=iPhone 7,OS=10.3.1" -configuration Debug -enableCodeCoverage YES clean
66
build test
77
after_success:
88
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)