From b51a8f11d506f276baf56797b8f2fe66415ef2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 2 May 2015 17:05:07 +0200 Subject: [PATCH] Added back coveralls coverage --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index c2ea5920bb6..32ace393c8b 100644 --- a/circle.yml +++ b/circle.yml @@ -22,3 +22,4 @@ test: - godep go test -v ./pkg/... # js tests - ./node_modules/grunt-cli/bin/grunt test + - npm run coveralls