aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-30 09:53:41 -0700
committerGravatar GitHub <noreply@github.com>2018-04-30 09:53:41 -0700
commit24f8c4d75b6bfb291d6f1694d1838d4347ca2520 (patch)
treec71eabec23b943e9558653dbaa8974bebdea546e /.travis.yml
parent22a943708d156712a97d29dcd11ee903cb9d8494 (diff)
Try recommended stability improvements and restoring pod lib lint (#1193)
Diffstat (limited to '.travis.yml')
-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