Explorar el Código

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 hace 6 años
padre
commit
c65d29d1a7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml Ver fichero

@@ -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…
Cancelar
Guardar