can it be that enabling notifications broke the build?!
This commit is contained in:
parent
d0f6fe441f
commit
43437a8585
1 changed files with 2 additions and 10 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -1,4 +1,4 @@
|
|||
bundler_args: "--without development production"
|
||||
bundler_args: "--without development,production"
|
||||
|
||||
rvm:
|
||||
- 1.8.7
|
||||
|
|
@ -18,12 +18,4 @@ branches:
|
|||
- master
|
||||
|
||||
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'
|
||||
disable: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue