Skip to content
Snippets Groups Projects
Commit 29532e6d authored by Jonne Hass's avatar Jonne Hass
Browse files

do not specify defaults in .travis.yml but do specify non-defaults. Also restructed it a bit

parent 292b1e74
No related branches found
No related tags found
No related merge requests found
bundler_args: "--without development production"
branches:
only:
- 'master'
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
bundler_args: "--without development production"
before_script: "./config/ci/before-travis.sh"
script: "bundle exec rake travis"
notifications:
email:
on_success: change
on_failure: all
irc:
on_success: all
on_failure: all
channels:
- 'irc.freenode.org#diaspora-dev'
- 'irc.freenode.org#diaspora-de'
- 'irc.freenode.org:6667#diaspora-dev'
- 'irc.freenode.org:6667#diaspora-de'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment