mirror of
https://github.com/wahyd4/Libr.git
synced 2026-08-09 12:56:14 +10:00
9 lines
185 B
YAML
9 lines
185 B
YAML
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
env:
|
|
- DB=postgresql
|
|
script:
|
|
- RAILS_ENV=test bundle exec rake ci --trace db:migrate
|
|
before_script:
|
|
- psql -c 'create database libr_test' -U postgres |