23 lines
316 B
YAML
23 lines
316 B
YAML
branches:
|
|
only:
|
|
- 'master'
|
|
|
|
rvm:
|
|
- 1.8.7
|
|
- ree
|
|
- 1.9.2
|
|
|
|
env:
|
|
- DB=postgres
|
|
- DB=mysql
|
|
|
|
|
|
bundler_args: "--without development production"
|
|
before_script: "./config/ci/before-travis.sh"
|
|
script: "bundle exec rake travis"
|
|
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- 'irc.freenode.org:6667#diaspora-dev'
|