From 3fb6f21153d981757688cba19793921e96bf893a Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Sat, 5 Sep 2015 14:40:43 +0200 Subject: [PATCH] travis now uses notices instead of messages --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 08118ba..a759ab9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ notifications: template: - "%{repository}#%{build_number} (%{branch} - %{commit} - %{commit_subject} : %{author}): %{message}" skip_join: true + use_notice: true install: "pip install -r requirements.txt" script: nosetests