From 24f8c4d75b6bfb291d6f1694d1838d4347ca2520 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 30 Apr 2018 09:53:41 -0700 Subject: Try recommended stability improvements and restoring pod lib lint (#1193) --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fff1ec4..1225b45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,16 +31,14 @@ jobs: env: - PROJECT=Firebase PLATFORM=iOS before_install: - # Add next line back with updated DeviceUDID for xcode9.1 if stability - # issues with simulator: - # - open -a "simulator" --args -CurrentDeviceUDID ABBD7191-486B-462F-80B4-AE08C5820DA1 + - npm install ios-sim -g + - ios-sim start --devicetypeid "com.apple.CoreSimulator.SimDeviceType.iPhone-7, 11.3" - ./scripts/if_changed.sh ./scripts/install_prereqs.sh - ./scripts/if_changed.sh ./scripts/pod_install.sh script: - ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM - # Disabled because of url validation failures on April 20, 2018 - #- ./scripts/if_changed.sh bundle exec pod lib lint FirebaseCore.podspec + - ./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