diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 99de0aeaf4..95e977ae4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ before_install: - sudo ./scripts/travis-setup.sh script: - ./scripts/travis.sh +after_success: + - coveralls --encoding iso-8859-1 |