Sha256: 666e3a84be18aece9c363855df39392cce9c98c5b6524d8f4511e2ae1f51faf4

Contents?: true

Size: 500 Bytes

Versions: 1

Compression:

Stored size: 500 Bytes

Contents

cache: bundler
before_install:
  - |
    export RVM_CURRENT=`rvm current|cut -c6-8`
    if [ "${RVM_CURRENT}" = "2.0" ] || \
       [ "${RVM_CURRENT}" = "2.1" ] || \
       [ "${RVM_CURRENT}" = "2.2" ]; then
      gem install bundler -v '< 2'
    fi

rvm:
  - 2.0.0
  - 2.1
  - 2.2
  - 2.3.4
  - 2.4.10
  - 2.5.9
  - 2.6.7
  - 2.7.3
  - 3.0.1
  - jruby-9.2.17.0
  - jruby-head
  - ruby-head
  - truffleruby-head
jdk:
  - openjdk8
notifications:
  email:
    on_success: change
    on_failure: always

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slop-4.9.1 .travis.yml