diaspora/.travis.yml
2011-09-04 22:43:17 -07:00

21 lines
264 B
YAML

bundler_args: "--without development production"
rvm:
- 1.8.7
- ree
- 1.9.2
before_script: "./config/ci/before-travis.sh"
script: "bundle exec rake travis"
env:
- DB=postgres
- DB=mysql
branches:
only:
- master
notifications:
disable: true