Skip to content

Commit

Permalink
Merge pull request #855 from nanoc/jruby-on-travis
Browse files Browse the repository at this point in the history
Run JRuby on Travis CI
  • Loading branch information
denisdefreyne committed May 20, 2016
2 parents e6712a0 + f832a9e commit d696b50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -10,13 +10,15 @@ branches:
before_install: gem install bundler
matrix:
include:
- rvm: jruby-head
jdk: openjdk7
- rvm: jruby-9.0.5.0
env: DISABLE_NOKOGIRI=1
- rvm: jruby-9.0.5.0
env: DISABLE_NOKOGIRI=0
allow_failures:
- rvm: jruby-head
jdk: openjdk7
- rvm: jruby-9.0.5.0
env: DISABLE_NOKOGIRI=1
- rvm: jruby-9.0.5.0
env: DISABLE_NOKOGIRI=0
- rvm: ruby-head
notifications:
irc:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -43,7 +43,7 @@ group :plugins do
gem 'rainpress'
gem 'rdiscount', '~> 2.2', platforms: [:ruby, :mswin]
gem 'redcarpet', platforms: [:ruby, :mswin]
gem 'RedCloth'
gem 'RedCloth', platforms: :ruby
gem 'rouge'
gem 'rubypants'
gem 'sass'
Expand Down

0 comments on commit d696b50

Please sign in to comment.