From b224bf30eb4aa41a3eddff4a7df2f9ecd4874dab Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 20 Apr 2018 10:26:18 -0700 Subject: Temporarily disable pod lib lint because of url validation failures today (#1156) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7dcd62a..4a8e4ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,9 @@ jobs: - ./scripts/if_changed.sh bundle exec pod install --project-directory=Functions/Example script: - ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM - - ./scripts/if_changed.sh bundle exec pod lib lint FirebaseCore.podspec + + # Disabled because of url validation failures on April 20, 2018 + #- ./scripts/if_changed.sh bundle exec pod lib lint FirebaseCore.podspec # TODO - Uncomment subsequent lines once FirebaseCore source repo is in public Specs repo # - bundle exec pod lib lint FirebaseAuth.podspec -- cgit v1.2.3