logstash-output-jdbc/.travis.yml
2016-07-13 17:46:42 +01:00

12 lines
242 B
YAML

sudo: required
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