Sha256: d0e69f951639eac1f06fc1618b6d76714a7d901e5735cb602b3da52784efae1b
Contents?: true
Size: 531 Bytes
Versions: 2
Compression:
Stored size: 531 Bytes
Contents
services: - docker dist: trusty cache: bundler git: depth: false test: &test stage: Test language: ruby before_install: - gem install bundler - gem update --system script: bundle exec rspec jobs: include: - <<: *test rvm: 2.6.3 - <<: *test rvm: 2.5.5 - stage: coditsu language: ruby rvm: 2.6.3 before_install: - gem update --system - gem install bundler script: \curl -sSL https://api.coditsu.io/run/ci | bash stages: - coditsu - test
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
karafka-sidekiq-backend-1.3.0 | .travis.yml |
waterdrop-1.3.0 | .travis.yml |