diaspora/.travis.yml
2012-01-05 20:02:57 -08:00

26 lines
491 B
YAML

branches:
only:
- 'master'
- 'backbone-stream'
rvm:
- ree
- 1.9.2
- 1.9.3
env:
- DB=postgres BUILD_TYPE=other
- DB=mysql BUILD_TYPE=other
- DB=postgres BUILD_TYPE=cucumber
- DB=mysql BUILD_TYPE=cucumber
before_install: gem install bundler --pre
bundler_args: "--without development production heroku"
before_script: "./config/ci/before-travis.sh"
script: "bundle exec rake travis"
notifications:
irc:
channels:
- 'irc.freenode.org:6667#diaspora-dev'