Skip to content

Commit

Permalink
CI on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Dec 24, 2016
1 parent b9ba68b commit 6c8907f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
machine:
ruby:
version: 2.3.1
java:
version: oraclejdk8
environment:
JRUBY_OPTS: '--dev --debug'
JRUBY: jruby-9.1.6.0

dependencies:
pre:
- echo rvm_autoupdate_flag=0 >> ~/.rvmrc
- rvm install $JRUBY
- rvm-exec $JRUBY bundle install

test:
override:
- rvm-exec $JRUBY bundle exec rake test
- bundle exec rake test

0 comments on commit 6c8907f

Please sign in to comment.