Sha256: 4139e1a3d6afc1fb28b68d82ffb9933adf7b27446beeeed4d799b2d4cb6a8ea7
Contents?: true
Size: 447 Bytes
Versions: 1
Compression:
Stored size: 447 Bytes
Contents
language: ruby before_install: - cp ci/Gemfile.ci Gemfile.ci - export BUNDLE_GEMFILE=$PWD/Gemfile.ci bundler_args: --without debug rvm: - 1.9.3 - 2.0.0 env: - DB=mysql - DB=postgresql - DB=sqlite before_script: - sqlite3 --version - mysql --version - mysql -e 'create database ocw_test;' - psql --version - psql -c 'create database ocw_test;' -U postgres - ruby ci/copy_database_config.rb - bundle exec rake db:migrate
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
open_conference_ware-1.0.0.pre3 | .travis.yml |