Skip to content

Commit e6dbca0

Browse files
committed
#ci config update.
1 parent f80705a commit e6dbca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ STAGE_MAIN() {
4848
logInfo "TRAVIS_BRANCH = $TRAVIS_BRANCH"
4949

5050
# Always allow warnings as alpha.
51-
pod lib lint --allow-warnings
51+
pod lib lint --fail-fast --allow-warnings
5252
fi
5353

5454
elif [ "$RFCI_TASK" = "Xcode10" ]; then

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ matrix:
1212
- osx_image: xcode11.3
1313
env: RFCI_TASK="POD_LINT"
1414
before_install: ./.travis.sh SETUP
15-
script: ./.travis.sh MAIN
15+
script: travis_wait 20 ./.travis.sh MAIN
1616
after_success: ./.travis.sh SUCCESS
1717
after_failure: ./.travis.sh FAILURE

0 commit comments

Comments
 (0)