You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated travis to run using xcode 9.2 (google#676)
* Updated travis to 9.3
* update sdk to 11.2
* fix error and update sim runtime for Xcode 9.2 runs
* iOS 11 is changed to 11.0.1 for Xcode 9.2
Fix for failure caught on travis as it's missing 11.0 instead it has 11.0.1
* Add installation of cocoapods to travis script
Seems to be missing it from Xcode 9.2 machines:
https://travis-ci.org/google/EarlGrey/jobs/334905483
```
+pod install --project-directory=Demo/EarlGreyExample
Scripts/travis.sh: line 104: pod: command not found
```
* runtime 10.3 => 10.3.1 for Xcode 9.2
Travis doesn't have 10.3 on machines that have Xcode 9.2 installed.
0 commit comments