소스 검색

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