1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00
rackstash/.travis.yml
Holger Just 1fc6a93ce5 Use gem install bundler on Travis CI for jruby-head
This is required since bundler support seems to be broken right now on
the default "image" of jruby-head on Travis. If we install it explicitly
(or update it to the latest version on all other Rubies), we will be
fine though.
2017-01-19 00:05:16 +01:00

38 lines
534 B
YAML

# Copyright 2017 Holger Just
#
# This software may be modified and distributed under the terms
# of the MIT license. See the LICENSE.txt file for details.
language: ruby
sudo: false
cache: bundler
rvm:
# Latest Rubies on top
- 2.4.0
- jruby-9.1.6.0
# Older versions
- 2.3.3
- 2.2.6
- 2.1.10
# HEAD-Rubies (might break)
- ruby-head
- jruby-head
jdk:
- oraclejdk8
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
before_install:
- "gem install bundler"
script:
- bundle exec rspec