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

16 lines
333 B
YAML

language: ruby
bundler_args: --without development
before_script:
- psql -c 'create database myapp_test;' -U postgres
- "cp config/database.travis.yml config/database.yml"
script: ./script/cibuild.sh
rvm:
- 1.9.2
- 1.9.3
- rbx-19mode
- jruby-19mode
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm: jruby-19mode