From 86a9ef2f3add69d81cbb0e2903b126787065b193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Sun, 17 May 2020 19:10:42 +0200 Subject: [PATCH] update travis config to notify by mail failures --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb9216f..9c9761f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,13 @@ -anguage: python +language: python os: linux +dist: xenial install: - pip install -r requirements.txt +notifications: + email: + recipients: + - ricardo.montanana@alu.uclm.es + on_success: never # default: change + on_failure: always # default: always # command to run tests script: python -m unittest tests.Stree_test tests.Snode_test \ No newline at end of file