Sha256: b05b319814fe0b94830c09f47b059efcbfba791e9d617802f662a9455ac5fd87
Contents?: true
Size: 480 Bytes
Versions: 1
Compression:
Stored size: 480 Bytes
Contents
language: ruby cache: bundler archive: true rvm: - 2.1.2 before_script: - cp spec/dummy/config/database.shippable.yml spec/dummy/config/database.yml - mysql -e 'DROP DATABASE IF EXISTS transactioner;' - mysql -e 'CREATE DATABASE transactioner;' - cd spec/dummy - RAILS_ENV=test bundle exec rake db:migrate - cd ../.. script: - CODECLIMATE_REPO_TOKEN=b7d9c971bea2879b81bdf35f600b985bf3a016c6104169b2c29c213a5d2e7142 bundle exec rspec notifications: email: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active-record-transactioner-0.0.6 | shippable.yml |