Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Update the demo Podfile to use https instead of ssh, fix CI-build
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jul 16, 2018
1 parent 7b9f87b commit 8d61d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ before_install:
script:
- set -o pipefail

# - echo Check if the library described by the podspec can be built
# - pod lib lint
# - echo Check if the library described by the podspec can be built
# - pod lib lint

- echo Build example
- pod install --project-directory=Example
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inhibit_all_warnings!

target 'SDWebImageFLPlugin_Example' do
pod 'SDWebImageFLPlugin', :path => '../'
pod 'SDWebImage/Core', :git => 'git@github.com:rs/SDWebImage.git', :branch => '5.x'
pod 'SDWebImage/Core', :git => 'https://github.com/rs/SDWebImage.git', :branch => '5.x'

target 'SDWebImageFLPlugin_Tests' do
inherit! :search_paths
Expand Down

0 comments on commit 8d61d3f

Please sign in to comment.