Skip to content

Commit 2a6fe78

Browse files
authored
Update .travis.yml
1 parent 334ab52 commit 2a6fe78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: swift
33
osx_image: xcode8.3
44

55
script:
6-
- xcodebuild -workspace AVPlayerItemHomeOutput.xcworkspace -scheme Example -destination "platform=iOS Simulator,name=iPhone 7,OS=10.3" -configuration Debug -enableCodeCoverage YES clean build test
6+
- xcodebuild -workspace AVPlayerItemHomeOutput.xcworkspace -scheme iOS -destination "platform=iOS Simulator,name=iPhone 7,OS=10.3" -configuration Debug -enableCodeCoverage YES clean build test
77

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

0 commit comments

Comments
 (0)