Send notif only for build on canonical repo and enable build on all branches
This commit is contained in:
parent
ed083be58b
commit
622651c97b
1 changed files with 2 additions and 3 deletions
|
|
@ -5,9 +5,6 @@ rvm:
|
|||
before_install:
|
||||
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
|
||||
- "echo `phantomjs -v`"
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
notifications:
|
||||
email:
|
||||
on_success: change
|
||||
|
|
@ -17,6 +14,8 @@ notifications:
|
|||
- "chat.freenode.net#osem"
|
||||
on_success: change
|
||||
on_failure: change
|
||||
repos:
|
||||
- openSUSE/osem
|
||||
before_script:
|
||||
- cp config/database.yml.example config/database.yml
|
||||
- cp config/config.yml.example config/config.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue