From b6768e2555564ec3d8038ce737101a26256e2c31 Mon Sep 17 00:00:00 2001 From: Gauthier Bastien Date: Tue, 13 Oct 2015 10:46:28 +0300 Subject: [PATCH] Update .travis.yml Use coveralls 0.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 316ffeb..8870bdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: - bin/createcoverage run bin/test after_success: - - pip install -q coveralls + - pip install coveralls==0.5 - coveralls notifications: