Skip to content

Commit

Permalink
do not specify defaults in .travis.yml but do specify non-defaults. A…
Browse files Browse the repository at this point in the history
…lso restructed it a bit
  • Loading branch information
jhass committed Sep 6, 2011
1 parent 292b1e7 commit 29532e6
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .travis.yml
@@ -1,29 +1,27 @@
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 comments on commit 29532e6

Please sign in to comment.