소스 검색

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…
취소
저장