Sha256: 00548dc2ed9888793ec706d79134c89d8cb9e8a17e8a5c2da6556e50d2821cde
Contents?: true
Size: 379 Bytes
Versions: 1
Compression:
Stored size: 379 Bytes
Contents
language: ruby rvm: - 1.9.3 - 2.0.0 - rbx-19mode env: - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.0.0" script: bundle exec rspec spec before_script: - psql -c "CREATE USER cti WITH ENCRYPTED PASSWORD 'cti';" -U postgres - psql -c "CREATE DATABASE dbview_cti_test WITH OWNER cti;" -U postgres - ruby ./migrate_up.rb after_success_script: - ruby ./migrate_down.rb
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dbview_cti-0.0.2 | .travis.yml |