Skip to content

Commit 8966a58

Browse files
committed
exlude 2.14 from rspec-support builds
1 parent fca371b commit 8966a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/script/run_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if is_mri; then
1111
run_spec_suite_for "rspec-expectations"
1212
run_spec_suite_for "rspec-mocks"
1313

14-
if [ "$MAINTENANCE_BRANCH" != "2-99-maintenance" ]; then
14+
if [ "$MAINTENANCE_BRANCH" != "2-99-maintenance" ] && [ "$MAINTENANCE_BRANCH" != "2-14-maintenance" ]; then
1515
run_spec_suite_for "rspec-support"
1616
fi
1717
else

0 commit comments

Comments
 (0)