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 ./...