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