diff --git a/.travis.yml b/.travis.yml index 7ec3301..c9d2cce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,8 @@ matrix: fi done - $STYLE_OK - after_success: [] + after_success: + - echo "Style check passed." # Linux Debug, GCC 4.9 - compiler: gcc-4.9