Sha256: 934121b3df2a846df273667245efd6254543252fc907977f41c145ead12c6948
Contents?: true
Size: 507 Bytes
Versions: 4
Compression:
Stored size: 507 Bytes
Contents
os: linux dist: xenial language: ruby cache: bundler before_install: - gem install bundler env: - "TEST_GROUP=1" - "TEST_GROUP=2" - "TEST_GROUP=3" - "TEST_GROUP=4" rvm: - 2.5 - 2.6 - 2.7 stages: - lint - test script: bundle exec parallel_rspec spec/ -n 4 --only-group $TEST_GROUP --group-by runtime --runtime-log spec/fixtures/parallel_runtime_rspec.log jobs: fast_finish: true include: - stage: lint rvm: 2.7 env: "TEST_GROUP=none" script: bundle exec rubocop
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
crawler_detect-1.1.0 | .travis.yml |
crawler_detect-1.0.2 | .travis.yml |
crawler_detect-1.0.1 | .travis.yml |
crawler_detect-1.0.0 | .travis.yml |