Sha256: 3423e8d2a2a0f596613bce001cc26520b1d6ad040f8403a85a9ce5ca72abade1
Contents?: true
Size: 416 Bytes
Versions: 1
Compression:
Stored size: 416 Bytes
Contents
language: ruby rvm: - 2.0.0 env: DB=postgres sudo: true gemfile: Gemfile env: DB=postgresql before_script: - cd test/dummy - cp config/database.travis.yml config/database.yml - bundle install - psql -c 'create database strano_test' -U postgres - bundle exec rake db:create RAILS_ENV=test - bundle exec rake db:migrate RAILS_ENV=test - bundle exec rake db:test:prepare script: bundle exec rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acts_as_commentable_more-1.1.0 | .travis.yml |