This commit is contained in:
John Rommel Estropia
2017-10-12 00:02:39 +09:00
parent d2ddf2002f
commit 50bc3ace06

View File

@@ -31,6 +31,8 @@ before_install:
- curl -OlL "https://github.com/Carthage/Carthage/releases/download/0.26.0/Carthage.pkg"
- sudo installer -pkg "Carthage.pkg" -target /
- rm "Carthage.pkg"
- npm install ios-sim -g
- ios-sim start --devicetypeid "com.apple.CoreSimulator.SimDeviceType.iPhone-8, 11.0"
before_script:
- carthage update --use-submodules
script: