added Gitter to Travis
This commit is contained in:
parent
fb239fe645
commit
91c58a77a1
1 changed files with 8 additions and 0 deletions
|
@ -57,3 +57,11 @@ script:
|
||||||
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
||||||
- ./json_unit "*"
|
- ./json_unit "*"
|
||||||
- valgrind --error-exitcode=1 --leak-check=full ./json_unit
|
- valgrind --error-exitcode=1 --leak-check=full ./json_unit
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/f1196addb0e97a5ff396
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
on_start: never
|
||||||
|
|
Loading…
Reference in a new issue