We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334ab52 commit 2a6fe78Copy full SHA for 2a6fe78
.travis.yml
@@ -3,7 +3,7 @@ language: swift
3
osx_image: xcode8.3
4
5
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
+- xcodebuild -workspace AVPlayerItemHomeOutput.xcworkspace -scheme iOS -destination "platform=iOS Simulator,name=iPhone 7,OS=10.3" -configuration Debug -enableCodeCoverage YES clean build test
7
8
after_success:
9
-- bash <(curl -s https://codecov.io/bash) -J 'Example'
+- bash <(curl -s https://codecov.io/bash) -J 'Example'
0 commit comments