asciinema.org/.travis.yml

9 lines
175 B
YAML
Raw Normal View History

2012-03-06 07:54:58 +00:00
language: ruby
bundler_args: --without development
2012-03-06 14:17:12 +00:00
before_script:
- "cp config/database.travis.yml config/database.yml"
2012-03-06 07:54:58 +00:00
script: ./script/cibuild.sh
rvm:
- 1.9.2
- 1.9.3