logstash-output-jdbc/.travis.yml

12 lines
242 B
YAML
Raw Permalink Normal View History

2016-07-13 16:46:42 +00:00
sudo: required
2016-04-12 10:16:37 +00:00
language: ruby
cache: bundler
rvm:
- jruby
before_script:
2016-07-13 16:46:42 +00:00
- bundle exec rake vendor
- bundle exec rake install_jars
- ./scripts/travis-before_script.sh
- source ./scripts/travis-variables.sh
2016-04-12 10:16:37 +00:00
script: bundle exec rspec