Skip to content

Commit d65a1d6

Browse files
committed
change test to run off wether yard is available
1 parent e7ae9c9 commit d65a1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function rspec_support_compatible {
5858
}
5959

6060
function documentation_enforced {
61-
if [ "$TRAVIS_REPO_SLUG" != "rspec/rspec-support" ]; then
61+
if [ -x ./bin/yard ]; then
6262
return 0
6363
else
6464
return 1

0 commit comments

Comments
 (0)