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 fca371b commit 8966a58Copy full SHA for 8966a58
travis/script/run_build
@@ -11,7 +11,7 @@ if is_mri; then
11
run_spec_suite_for "rspec-expectations"
12
run_spec_suite_for "rspec-mocks"
13
14
- if [ "$MAINTENANCE_BRANCH" != "2-99-maintenance" ]; then
+ if [ "$MAINTENANCE_BRANCH" != "2-99-maintenance" ] && [ "$MAINTENANCE_BRANCH" != "2-14-maintenance" ]; then
15
run_spec_suite_for "rspec-support"
16
fi
17
else
0 commit comments