Skip to content

Commit

Permalink
Disable jruby build in travis.
Browse files Browse the repository at this point in the history
We currently have test gems that build as c extensions (bluecloth is one). The
building of c extensions for JRuby under Travis is disabled. We need to remove
those dependencies and then re-enable the build.
  • Loading branch information
dj2 committed Jan 19, 2012
1 parent 65440bd commit 9c1e038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: ruby
rvm: rvm:
- 1.9.2 - 1.9.2
- 1.9.3 - 1.9.3
- jruby-19mode # - jruby-19mode
script: bundle exec rake test script: bundle exec rake test
notifications: notifications:
email: email:
Expand Down

0 comments on commit 9c1e038

Please sign in to comment.