From cce65ddccd611966dd63005d3d35c129fb9d992a Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 9 Sep 2014 07:23:31 +0200 Subject: [PATCH] [DEV] add travis emailing when finished --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f92135c..2d9a4fcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: cpp branches: only: - master - - stable + - dev # previous actions: before_script: git submodule init @@ -13,3 +13,9 @@ before_script: git submodule update # build sequence with Lutin : script: ./build/lutin.py -cclang -mdebug -p ewol +script: ./build/lutin.py -cgcc -mdebug -p ewol + +#send e-mail on compilation result: +notifications: + email: + - yui.heero@gmail.com