You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/.travis.yml

10 lines
190 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
- rbx-19mode