redstorm/.travis.yml

6 lines
109 B
YAML

language: ruby
rvm:
- jruby-19mode
install: jruby --1.9 -S bundle install
script: jruby --1.9 -S rake spec