Sha256: 8243bbdd8a254f8076d6cef505b0ec5a258dbc0de9c7e9ad5bff140d9e89bef3

Contents?: true

Size: 439 Bytes

Versions: 1

Compression:

Stored size: 439 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.1
  - 2.5.3
  - 2.6.0
  - jruby-9.2.5.0
  - jruby-head
  - ruby-head
notifications:
  email:
    on_success: change
    on_failure: always

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slop-4.7.0 .travis.yml