Skip to content

Commit d1f3cbf

Browse files
committed
Update the Travis CI script
1 parent 5d0b90b commit d1f3cbf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,3 @@ script:
3232
- echo Build example
3333
- pod install --project-directory=Example
3434
- xcodebuild build -workspace Example/SDWebImageVideoCoder.xcworkspace -scheme SDWebImageVideoCoder-Example -destination 'platform=iOS Simulator,name=iPhone 11 Pro' -configuration Debug | xcpretty -c
35-
36-
- echo Clean DerivedData
37-
- rm -rf ~/Library/Developer/Xcode/DerivedData/
38-
- mkdir DerivedData
39-
40-
- echo Run the tests
41-
- xcodebuild test -workspace Example/SDWebImageVideoCoder.xcworkspace -scheme 'SDWebImageVideoCoder_Tests' -destination 'platform=iOS Simulator,name=iPhone 11 Pro' -configuration Debug | xcpretty -c
42-
- mv ~/Library/Developer/Xcode/DerivedData/ ./DerivedData/iOS
43-
44-
after_success:
45-
- bash <(curl -s https://codecov.io/bash) -D './DerivedData/iOS' -J '^SDWebImageVideoCoder$' -F 'iOS'

0 commit comments

Comments
 (0)