aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-09-03 19:46:06 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-09-03 19:46:06 +0100
commit1176197259f6cff62a9b2ee3e0523a0674c77537 (patch)
tree2582d03c4e89bfca678d47a1a653cf682212d916
parent223b08a898d7fc2b6709f4507ed0831b1f74ee38 (diff)
Add codecov
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6cd64e0..834bfb9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,3 +30,6 @@ script:
- gofmt -d $(find -type f -name '*.go' -not -path './vendor/*')
- go list ./... |grep -v vendor/ |xargs go vet
- go list ./... |grep -v vendor/ |xargs -L1 golint -set_exit_status
+
+after_success:
+ - bash <(curl -s https://codecov.io/bash)