diaspora/.travis.yml

31 lines
549 B
YAML

branches:
only:
- 'master'
- 'develop'
language: ruby
rvm:
- 1.9.3
env:
- DB=postgres BUILD_TYPE=other
- DB=mysql BUILD_TYPE=other
- DB=postgres BUILD_TYPE=cucumber
- DB=mysql BUILD_TYPE=cucumber
matrix:
allow_failures:
- env: DB=postgres BUILD_TYPE=cucumber
- env: DB=mysql BUILD_TYPE=cucumber
bundler_args: "--without development production heroku"
before_install: "./script/ci/before_install.sh"
script: "./script/ci/build.sh"
notifications:
irc:
channels:
- "irc.freenode.org:6667#diaspora-dev"