aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
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