Skip to content

Commit

Permalink
Fix pod lint command on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Oct 5, 2020
1 parent 24edcc9 commit 37c50ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ for action in $actionstr ; do
;;

pod-lint)
bundle exec --gemfile=Example/Gemfile pod lib lint --verbose --fail-fast
bundle exec --gemfile=Example/Gemfile pod lib lint --verbose --fail-fast Stagehand.podspec
bundle exec --gemfile=Example/Gemfile pod lib lint --verbose --fail-fast --include-podspecs=Stagehand.podspec StagehandTesting.podspec
;;
esac
done

0 comments on commit 37c50ae

Please sign in to comment.