Sha256: 1a4ccc1ddbd677024e14e612f69f27eef02aee8af78f49bb013c27c3cb860bd5

Contents?: true

Size: 496 Bytes

Versions: 1

Compression:

Stored size: 496 Bytes

Contents

language: ruby
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

1 entries across 1 versions & 1 rubygems

Version Path
pronto-bigfiles-0.1.0 .travis.yml