diff .travis.yml @ 40:dc090188ecf3 draft

added codecov script
author zaitsev.serge
date Thu, 18 Feb 2016 05:09:11 +0000
parents 253a7e604e17
children 9e39cafb7d97
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 ./...