Sha256: feb43c813b834b04845e5583ef4e1cdf67335c17efc1c035bf23b90ee955404a
Contents?: true
Size: 830 Bytes
Versions: 11
Compression:
Stored size: 830 Bytes
Contents
language: ruby cache: bundler rvm: - 1.9.3 - 2.1.7 - jruby-1.7.13 before_script: - cp spec/info_mysql_travis.rb spec/info_mysql.rb - cp spec/info_mysql2_travis.rb spec/info_mysql2.rb - cp spec/info_pg_travis.rb spec/info_pg.rb - cp spec/info_active_record_mysql_travis.rb spec/info_active_record_mysql.rb - cp spec/info_active_record_mysql2_travis.rb spec/info_active_record_mysql2.rb - cp spec/info_active_record_pg_travis.rb spec/info_active_record_pg.rb - mysql -e 'CREATE DATABASE IF NOT EXISTS baza;' - psql -c 'DROP DATABASE IF EXISTS "baza";' -U postgres - psql -c 'CREATE DATABASE "baza";' -U postgres script: - CODECLIMATE_REPO_TOKEN=98c06de7271764c9cd7bbde7cee4ddfa0d3e7db4bd9933f17779100276672e5f bundle exec rspec - bundle exec rake best_practice_project:run notifications: email: false
Version data entries
11 entries across 11 versions & 1 rubygems