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

Commit b8888d8

Browse files
committed
Updated .travis.yml
1 parent 9417572 commit b8888d8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
language: objective-c
2-
xcode_project: Net.xcodeproj
1+
language: swift
32

43
osx_image: xcode8.3
5-
xcode_sdk: iphonesimulator10.3
64

75
script:
8-
- xcodebuild -workspace Net.xcworkspace -scheme Example -sdk iphonesimulator10.3 -destination "platform=iOS Simulator,name=iPhone 7,OS=10.3" -configuration Debug -enableCodeCoverage YES clean build test
6+
- xcodebuild -workspace Net.xcworkspace -scheme Example -destination "platform=iOS Simulator,name=iPhone 7,OS=10.3" -configuration Debug -enableCodeCoverage YES clean build test
97

108
after_success:
11-
- bash <(curl -s https://codecov.io/bash)
9+
- bash <(curl -s https://codecov.io/bash) -J 'Example'

0 commit comments

Comments
 (0)