[DEV] add travis emailing when finished

This commit is contained in:
Edouard DUPIN 2014-09-09 07:23:31 +02:00
parent 5109b7b1d9
commit cce65ddccd

View File

@ -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