--- # Uses Travis' jruby standard, bundle installs and runs rspec tests language: ruby rvm: - jruby-1.7.11 script: bundle exec rspec && (bundle exec rake release || echo "Not released")