aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-11-15 17:44:54 +0800
committerFelix Lange <fjl@twurst.com>2016-11-15 17:44:54 +0800
commit5bd32bd90d41adb3cbcf199cb5fa39c2d884bece (patch)
tree154ac681a3230090198c724b28e91689972abafa
parentb9f417e2e6c8bdb8a49cf0e6ef37b10545fc1915 (diff)
downloadgo-tangerine-5bd32bd90d41adb3cbcf199cb5fa39c2d884bece.tar
go-tangerine-5bd32bd90d41adb3cbcf199cb5fa39c2d884bece.tar.gz
go-tangerine-5bd32bd90d41adb3cbcf199cb5fa39c2d884bece.tar.bz2
go-tangerine-5bd32bd90d41adb3cbcf199cb5fa39c2d884bece.tar.lz
go-tangerine-5bd32bd90d41adb3cbcf199cb5fa39c2d884bece.tar.xz
go-tangerine-5bd32bd90d41adb3cbcf199cb5fa39c2d884bece.tar.zst
go-tangerine-5bd32bd90d41adb3cbcf199cb5fa39c2d884bece.zip
travis: force xcode to finish iOS simulator configs (#3265)
-rw-r--r--.travis.yml2
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: