From f0132f025ad9702595295a93d0f9a2d85a2194ef Mon Sep 17 00:00:00 2001 From: Sotirios Mantziaris Date: Tue, 2 Feb 2016 21:41:49 +0200 Subject: [PATCH] Update .travis.yml fixed coveralls --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2a2be4..4e289fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,4 @@ go: - 1.5.3 - tip script: go test -v ./... -after_success: - - coveralls +after_success: coveralls