Sha256: addfcf50779f01426fb5b9a4eaba7f3f235a4ebe7416d7a3fddb54102d49d73e
Contents?: true
Size: 313 Bytes
Versions: 6
Compression:
Stored size: 313 Bytes
Contents
language: ruby rvm: - 2.1 gemfile: - Gemfile before_install: - mysql -e "create database IF NOT EXISTS shinq_test;" -uroot - mysql -e "use shinq_test; create table queue_test (job_id varchar(255) not null, title varchar(255), enqueued_at datetime not null) ENGINE=QUEUE;" -uroot script: bundle exec rspec
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
shinq-0.5.0 | .travis.yml |
shinq-0.4.0 | .travis.yml |
shinq-0.3.0 | .travis.yml |
shinq-0.2.0 | .travis.yml |
shinq-0.1.0 | .travis.yml |
shinq-0.0.1 | .travis.yml |