From 27e8016cf24d8d8f5e0653e94bbd8b95fb0239c5 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Mon, 8 Feb 2016 13:07:47 +0100 Subject: [PATCH] Travis: Enable IRC notification, disable addons --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5320311e..b1f8ac17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,11 @@ notifications: email: on_success: change on_failure: change + irc: + channels: + - "chat.freenode.net#osem" + on_success: change + on_failure: change before_script: - cp config/database.yml.example config/database.yml - cp config/config.yml.example config/config.yml @@ -19,6 +24,3 @@ before_script: script: - 'bundle exec rspec --color --format documentation' - 'bundle exec rubocop -Dc .rubocop.yml' -addons: - artifacts: true - s3_region: "us-east-1"