Sha256: 2c8327b787bc91ae8600711aea835b59ae0010d7e71a13eaad1dad603cbe1b7a
Contents?: true
Size: 1.11 KB
Versions: 9
Compression:
Stored size: 1.11 KB
Contents
dist: trusty language: ruby jobs: include: - name: jruby-9.1.15.0 / Parser tests rvm: jruby-9.1.15.0 script: bundle exec rake test - name: truffleruby / Parser tests rvm: truffleruby script: TRUFFLERUBYOPT=--engine.Mode=latency bundle exec rake test - name: 2.4.10 / Parser tests rvm: 2.4.10 script: bundle exec rake test_cov - name: 2.5.8 / Parser tests rvm: 2.5.8 script: bundle exec rake test_cov - name: 2.6.6 / Parser tests rvm: 2.6.6 script: bundle exec rake test_cov - name: 2.7.1 / Parser tests rvm: 2.7.1 script: bundle exec rake test_cov - name: ruby-head / Parser tests rvm: ruby-head script: bundle exec rake test_cov - name: 2.5.8 / Rubocop tests rvm: 2.5.8 script: ./ci/run_rubocop_specs - name: 2.6.6 / Rubocop tests rvm: 2.6.6 script: ./ci/run_rubocop_specs - name: 2.7.1 / Rubocop tests rvm: 2.7.1 script: ./ci/run_rubocop_specs allow_failures: - rvm: ruby-head - script: ./ci/run_rubocop_specs before_install: - bundle --version - gem --version
Version data entries
9 entries across 9 versions & 3 rubygems