This commit is contained in:
Aditya Prakash 2016-02-18 06:39:41 +00:00
commit fafdd6b9e2

View file

@ -5,9 +5,6 @@ rvm:
before_install: before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "echo `phantomjs -v`" - "echo `phantomjs -v`"
branches:
only:
- master
notifications: notifications:
email: email:
on_success: change on_success: change
@ -17,6 +14,8 @@ notifications:
- "chat.freenode.net#osem" - "chat.freenode.net#osem"
on_success: change on_success: change
on_failure: change on_failure: change
repos:
- openSUSE/osem
before_script: before_script:
- cp config/database.yml.example config/database.yml - cp config/database.yml.example config/database.yml
- cp config/config.yml.example config/config.yml - cp config/config.yml.example config/config.yml