浏览代码

Update Travis-CI config to fix "xcodebuild exited with 65" error

ibireme 8 年之前
父节点
当前提交
1230e605c1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -8,6 +8,7 @@ before_install:
 - xcodebuild -version
 - xcodebuild -showsdks
 - xcpretty --version
+- xcrun instruments -w 'iPhone 7' || sleep 15
 
 script:
 - set -o pipefail