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