diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-11-15 17:44:54 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-11-15 17:44:54 +0800 |
commit | 5bd32bd90d41adb3cbcf199cb5fa39c2d884bece (patch) | |
tree | 154ac681a3230090198c724b28e91689972abafa /.travis.yml | |
parent | b9f417e2e6c8bdb8a49cf0e6ef37b10545fc1915 (diff) | |
download | go-tangerine-5bd32bd90d41adb3cbcf199cb5fa39c2d884bece.tar.gz go-tangerine-5bd32bd90d41adb3cbcf199cb5fa39c2d884bece.tar.zst go-tangerine-5bd32bd90d41adb3cbcf199cb5fa39c2d884bece.zip |
travis: force xcode to finish iOS simulator configs (#3265)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c29344f0c..6d8249baa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,6 +83,8 @@ matrix: # Build the iOS framework and upload it to CocoaPods and Azure - gem uninstall cocoapods -a - gem install cocoapods --pre + - xctool -version + - xcrun simctl list - travis_wait 30 go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds install: |