Sha256: 0976ee34c51b0ecba935848a52518f68c339ee8b7efbffbe506419e014eccd47
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
dist: trusty language: ruby matrix: include: - name: 2.4.9 / Parser tests rvm: 2.4.9 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
3 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
talon_one-2.0.0 | vendor/bundle/ruby/2.3.0/gems/parser-2.7.1.0/.travis.yml |
talon_one-2.0.0 | vendor/bundle/ruby/2.7.0/gems/parser-2.7.1.0/.travis.yml |
parser-2.7.1.0 | .travis.yml |