logstash/.travis.yml
Suyog Rao cc1e664711 Improvements to RATS test suite
* Reduce sleeps and output messages
* Cache installed services directory

Fixes #5968
2016-10-05 11:26:19 -04:00

24 lines
636 B
YAML

sudo: false
language: ruby
cache:
directories:
- vendor/bundle
- ~/.gradle/
rvm:
- jruby-1.7.25
jdk:
- oraclejdk8
env:
- INTEGRATION=true
before_install:
# Force bundler 1.12.5 because version 1.13 has issues, see https://github.com/fastlane/fastlane/issues/6065#issuecomment-246044617
- gem uninstall -i /home/travis/.rvm/gems/jruby-1.7.25@global bundler
- gem install bundler -v 1.12.5 --no-rdoc --no-ri --no-document --quiet
install:
- rake test:install-core
- ci/travis_integration_install.sh
before_script:
- echo "--order rand" > .rspec
script:
- rake test:core
- ci/travis_integration_run.sh