瀏覽代碼

travis: wait 10 seconds after script to catch the error logged

Adds wait time suggested by Travis support in order to see the last
error logged.
master
paweldomas 6 年之前
父節點
當前提交
c65d29d1a7
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml 查看文件

@@ -2,3 +2,5 @@ osx_image: xcode10.2
2 2
 language: objective-c
3 3
 script:
4 4
 - "./ios/travis-ci/build-ipa.sh"
5
+after_script:
6
+  - sleep 10

Loading…
取消
儲存