From f8339b4f23ae577f35c9862d2d330173ef1e7339 Mon Sep 17 00:00:00 2001 From: "Serge A. Zaitsev" Date: Thu, 18 Feb 2016 13:09:11 +0800 Subject: [PATCH] added codecov script --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index b60199d..8310017 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: go + go: - 1.2 - 1.3 @@ -6,5 +7,10 @@ go: - release - tip +before_install: + - pip install codecov +after_success: + - codecov + script: - go test -v ./...