vmpooler/.travis.yml
Glenn Sarti 926eb47940 (maint) Remove Ruby 1.9.3 testing from Travis
Ruby 1.9.3 is end of life, and now longer bundles due to later Nokogiri 1.7.0.1
requiring Ruby 2.1 or above.  This commit removes ruby 1.9.3 from Travis
testing.
2017-01-24 14:59:14 -08:00

19 lines
467 B
YAML

cache: bundler
sudo: false
language: ruby
services:
- redis-server
rvm:
- 2.1.1
- 2.2.1
- 2.2.2
- jruby-1.7.8
# This below is a temporary shim to bypass these bundler+jruby bugs:
#
# https://github.com/bundler/bundler/issues/4975
# https://github.com/bundler/bundler/issues/4984
install:
- gem install bundler --version 1.12.5
- bundle _1.12.5_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
script:
- bundle _1.12.5_ exec rake