Updated travis CI

This commit is contained in:
Alejandro Zalazar 2021-04-18 16:14:25 -03:00
parent 91bc8497bb
commit f5b83d8c9a
1 changed files with 0 additions and 1 deletions

View File

@ -26,6 +26,5 @@ jobs:
install: gem install cocoapods -v '~> 1.7.0'
script: |
set -exo pipefail
pod lib lint Kuru.podspec --allow-warnings --fail-fast --swift-version=$SWIFT
pod trunk push --verbose --allow-warnings | tee pod.log | ruby -e 'ARGF.each{ print "." }'
after_failure: cat pod.log | grep error