Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Travis by not using parallel_tests #1740

Closed
wants to merge 1 commit into from
Closed

Fixing Travis by not using parallel_tests #1740

wants to merge 1 commit into from

Conversation

daviddavis
Copy link
Contributor

This is to remove parallel_tests from Travis all together until the gem supports bundler 1.3.

@@ -1,6 +1,6 @@
group :test do
# NOTE: ZenTest-4.8.4 contains a spec parsing error
gem 'ZenTest', '>= 4.4.0', '< 4.8.4', :require => "autotest"
#gem 'ZenTest', '>= 4.4.0', '< 4.8.4', :require => "autotest"
gem 'autotest-rails', '>= 4.1.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

autotest-rails should also be commented it will drag ZenTest 4.9 as a dependency

@pitr-ch
Copy link
Member

pitr-ch commented Mar 13, 2013

I've already started working on it in #1729, see last commit.

@daviddavis
Copy link
Contributor Author

Thanks, closing.

@daviddavis daviddavis closed this Mar 13, 2013
@daviddavis daviddavis deleted the rpt branch March 13, 2013 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants