Sha256: 813a0d4e96c7c3bb7ff689b1aaedf94c4dc5b1739073a66d44535ffe1dc25a1f

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 Bytes

Contents

language: ruby
sudo: false
cache: bundler
before_install:
  - gem update --system
  # This is required to support ActiveSupport 4
  # https://docs.travis-ci.com/user/languages/ruby/#bundler-20
  - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
  - gem install bundler -v '< 2'
rvm:
  - 2.3.8
  - 2.4.5
  - 2.5.3
  - jruby-9.1.17.0
  - jruby-9.2.6.0
gemfile:
  - gemfiles/activesupport4.gemfile
  - gemfiles/activesupport5.gemfile

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clockwork-2.0.4 .travis.yml