Sha256: bc1ed8e02aa08d70d7212014bf6a64fd79d42d06000c420b03c67349ecfdf747

Contents?: true

Size: 622 Bytes

Versions: 5

Compression:

Stored size: 622 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

  # These are currently pending ruby-asana fixes:
  #
  # https://github.com/Asana/ruby-asana/pull/99
  #
  # - ruby-head
  # - ruby-3.0
  - ruby-2.7
  - ruby-2.6
  - ruby-2.5

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
checkoff-0.8.0 .travis.yml
checkoff-0.7.0 .travis.yml
checkoff-0.6.0 .travis.yml
checkoff-0.5.5 .travis.yml
checkoff-0.5.4 .travis.yml