27 lines
428 B
YAML
27 lines
428 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.1
|
|
- 2.0
|
|
|
|
env:
|
|
- DB=postgres BUILD_TYPE=other
|
|
- DB=mysql BUILD_TYPE=other
|
|
- DB=postgres BUILD_TYPE=cucumber
|
|
- DB=mysql BUILD_TYPE=cucumber
|
|
|
|
sudo: false
|
|
|
|
branches:
|
|
only:
|
|
- 'master'
|
|
- 'develop'
|
|
|
|
bundler_args: "--without development production heroku --jobs 3 --retry 3"
|
|
|
|
script: "./script/ci/build.sh"
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org:6667#diaspora-dev"
|