changeset 40:dc090188ecf3 draft

added codecov script
author zaitsev.serge
date Thu, 18 Feb 2016 05:09:11 +0000
parents 806ca2102d6b
children 9e39cafb7d97
files .travis.yml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Fri Sep 04 12:49:56 2015 +0000
+++ b/.travis.yml	Thu Feb 18 05:09:11 2016 +0000
@@ -1,4 +1,5 @@
 language: go
+
 go: 
  - 1.2
  - 1.3
@@ -6,5 +7,10 @@
  - release
  - tip
 
+before_install:
+  - pip install codecov
+after_success:
+  - codecov
+
 script:
  - go test -v ./...