Sha256: 8a8d5e431b1306307c8af0b2d0dc0bb8549118a308c859c2ee6db5e3afa7d037

Contents?: true

Size: 511 Bytes

Versions: 9

Compression:

Stored size: 511 Bytes

Contents

language: ruby
cache: bundler
before_install:
  # https://bundler.io/blog/2019/05/14/
  #   solutions-for-cant-find-gem-bundler-with-executable-bundle.html
  - gem update --system
  - gem install bundler
rvm:
  # JRuby error with native code build - possibly can be overcome?
  # checking for main() in -lstdc++... RuntimeError: The compiler failed to generate
  # https://travis-ci.com/apiology/pronto-punchlist/jobs/264907931
  # - jruby-head
  - ruby-head
  - ruby-2.7
  - ruby-2.6
  - ruby-2.5
  - ruby-2.4

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
checkoff-0.5.3 .travis.yml
checkoff-0.5.2 .travis.yml
checkoff-0.5.1 .travis.yml
checkoff-0.5.0 .travis.yml
checkoff-0.4.0 .travis.yml
checkoff-0.3.2 .travis.yml
pronto-bigfiles-0.1.2 .travis.yml
pronto-bigfiles-0.1.1 .travis.yml
high_water_mark-0.1.0 .travis.yml