diff --git a/.travis.yml b/.travis.yml index 3307d63..fa894d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Example/Podfile b/Example/Podfile index 9c9a061..a8b7598 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -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