Sha256: 9d3f34e438d265f3e8bbb1a524f4b5febe97629cc1bb551a2f06382d6099e35d
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
dist: trusty language: ruby matrix: include: - 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: jruby-9.1.15.0 / Parser tests rvm: jruby-9.1.15.0 script: bundle exec rake test_cov - name: rbx-2 / Parser tests rvm: rbx-2 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 - rvm: rbx-2 - script: ./ci/run_rubocop_specs before_install: - gem install bundler -v '< 2' - bundle --version - gem --version
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
parser-2.7.1.2 | .travis.yml |
parser-2.7.1.1 | .travis.yml |