allpro/.travis.yml

15 lines
247 B
YAML
Raw Normal View History

2013-08-10 00:11:23 -04:00
language: ruby
rvm:
- 1.9.3
env:
- DB=sqlite
script:
- RAILS_ENV=test bundle exec rake --trace db:migrate test
2013-08-10 00:30:01 -04:00
- bundle exec rake db:test:prepare
- bundle exec rake
2013-08-10 00:11:23 -04:00
before_script:
2013-08-10 00:30:01 -04:00
- cp config/database.travis.yml config/database.yml