We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80705a commit e6dbca0Copy full SHA for e6dbca0
.travis.sh
@@ -48,7 +48,7 @@ STAGE_MAIN() {
48
logInfo "TRAVIS_BRANCH = $TRAVIS_BRANCH"
49
50
# Always allow warnings as alpha.
51
- pod lib lint --allow-warnings
+ pod lib lint --fail-fast --allow-warnings
52
fi
53
54
elif [ "$RFCI_TASK" = "Xcode10" ]; then
.travis.yml
@@ -12,6 +12,6 @@ matrix:
12
- osx_image: xcode11.3
13
env: RFCI_TASK="POD_LINT"
14
before_install: ./.travis.sh SETUP
15
-script: ./.travis.sh MAIN
+script: travis_wait 20 ./.travis.sh MAIN
16
after_success: ./.travis.sh SUCCESS
17
after_failure: ./.travis.sh FAILURE
0 commit comments