redstorm/.travis.yml

7 lines
156 B
YAML

language: ruby
rvm:
- jruby-1.7.11
before_script: bundle exec rake storm_deps
script: bundle exec rspec
notifications:
irc: "chat.freenode.net#redstorm"