Sha256: 7b1f7d027c122d2db9ea7e44b13954a24763675e8969e735fcc27b59c3944824
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
dist: trusty language: ruby matrix: include: - name: 2.0.0 / Parser tests rvm: 2.0.0 script: bundle exec rake test_cov - name: 2.2.10 / Parser tests rvm: 2.2.10 script: bundle exec rake test_cov - name: 2.3.8 / Parser tests rvm: 2.3.8 script: bundle exec rake test_cov - name: 2.4.6 / Parser tests rvm: 2.4.6 script: bundle exec rake test_cov - name: 2.5.5 / Parser tests rvm: 2.5.5 script: bundle exec rake test_cov - name: 2.6.3 / Parser tests rvm: 2.6.3 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.5 / Rubocop tests rvm: 2.5.5 script: ./ci/run_rubocop_specs - name: 2.6.3 / Rubocop tests rvm: 2.6.3 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 & 2 rubygems
Version | Path |
---|---|
dadapush_client-1.0.1 | vendor/bundle/ruby/2.3.0/gems/parser-2.6.3.0/.travis.yml |
parser-2.6.3.0 | .travis.yml |