Sha256: 92b4cb769af084ee407fe8b9135990f3802b3049cc6fdbaa2d73d49c9d721139
Contents?: true
Size: 552 Bytes
Versions: 9
Compression:
Stored size: 552 Bytes
Contents
language: ruby rvm: - "1.9.3" - "2.0.0" # - jruby-19mode # JRuby in 1.9 mode # - rbx-19mode # uncomment this line if your project needs to run something other than `rake`: env: global: - DB_HOST=127.0.0.1 matrix: # - GEM_SOURCE=rubygems DB=postgres DB_USER=postgres # - GEM_SOURCE=rubygems DB=mysql DB_USER=root - GEM_SOURCE=git DB=postgres DB_USER=postgres - GEM_SOURCE=git DB=mysql DB_USER=root before_install: gem install rake gemfile: .travis/gemfiles/Gemfile.empty script: rake test:integration
Version data entries
9 entries across 9 versions & 1 rubygems