Skip to content

Commit 03ef2d8

Browse files
committed
fix travis
1 parent 3b596ab commit 03ef2d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ script:
4949
- xcodebuild clean build test -workspace Example/SDWebImageAVIFCoder.xcworkspace -scheme "SDWebImageAVIFCoder-Example" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 11 Pro' -enableCodeCoverage 'YES' -configuration Debug | xcpretty -c
5050

5151
after_success:
52-
- bash <(curl -s https://codecov.io/bash) -D '~/Library/Developer/Xcode/DerivedData/' -J '^SDWebImageAVIFCoder$' -c -X gcov -F ios
53-
52+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)