Sha256: 01c8f20c4fdffba45d339defbb8181d642adde99fbc64edcc4110c1776dada65
Contents?: true
Size: 434 Bytes
Versions: 4
Compression:
Stored size: 434 Bytes
Contents
language: ruby rvm: - 2.6.3 cache: bundler sudo: false env: - RAILS_ENV=test matrix: fast_finish: true before_install: - gem update --system 3.0.3 - gem install bundler -v 2.0.2 - bundler install script: - export RAILS_ENV=test - bundle exec rake db:create - bundle exec rake db:migrate - bundle exec rake db:seed - bundle exec rspec notifications: email: recipients: - b.g.dariush@gmail.com
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rails-acu-4.1.0 | .travis.yml |
rails-acu-4.0.2 | .travis.yml |
rails-acu-4.0.1 | .travis.yml |
rails-acu-4.0.0 | .travis.yml |