logstash-output-jdbc/.travis.yml
2016-05-13 22:38:30 +01:00

11 lines
227 B
YAML

language: ruby
cache: bundler
rvm:
- jruby
before_script:
- bundle exec rake vendor
- bundle exec rake install_jars
- ./scripts/travis-before_script.sh
- source ./scripts/travis-variables.sh
script: bundle exec rspec