9 lines
175 B
YAML
9 lines
175 B
YAML
language: ruby
|
|
bundler_args: --without development
|
|
before_script:
|
|
- "cp config/database.travis.yml config/database.yml"
|
|
script: ./script/cibuild.sh
|
|
rvm:
|
|
- 1.9.2
|
|
- 1.9.3
|