Travis: Enable IRC notification, disable addons
This commit is contained in:
parent
4e51e93ee3
commit
27e8016cf2
1 changed files with 5 additions and 3 deletions
|
|
@ -11,6 +11,11 @@ notifications:
|
||||||
email:
|
email:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#osem"
|
||||||
|
on_success: change
|
||||||
|
on_failure: change
|
||||||
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
|
||||||
|
|
@ -19,6 +24,3 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- 'bundle exec rspec --color --format documentation'
|
- 'bundle exec rspec --color --format documentation'
|
||||||
- 'bundle exec rubocop -Dc .rubocop.yml'
|
- 'bundle exec rubocop -Dc .rubocop.yml'
|
||||||
addons:
|
|
||||||
artifacts: true
|
|
||||||
s3_region: "us-east-1"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue