Sha256: 4fae1abba974654dfd474b2c82fed367734ea4ed6de64bd7fa34f93e10516f27
Contents?: true
Size: 379 Bytes
Versions: 2
Compression:
Stored size: 379 Bytes
Contents
language: ruby rvm: - 1.9.3 - 2.0.0 - rbx env: - "RAILS_VERSION=3.2.0" - "RAILS_VERSION=4.0.0" script: bundle exec rspec spec/models 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dbview_cti-0.1.5 | .travis.yml |
dbview_cti-0.1.4 | .travis.yml |