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.
This commit is contained in:
parent
6aa895b679
commit
c65d29d1a7
|
@ -2,3 +2,5 @@ osx_image: xcode10.2
|
|||
language: objective-c
|
||||
script:
|
||||
- "./ios/travis-ci/build-ipa.sh"
|
||||
after_script:
|
||||
- sleep 10
|
||||
|
|
Loading…
Reference in New Issue