Sha256: 01146e537b4bfcb9448104d155bb8a1a6a7ba07e896f3fd3f5216b76c29ed0b9
Contents?: true
Size: 422 Bytes
Versions: 1
Compression:
Stored size: 422 Bytes
Contents
language: ruby before_install: - cp Gemfile.lock Gemfile.ci.lock - 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: - mysql -e 'create database ocw_test;' - 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.pre1 | .travis.yml |