actually name repo correctly
diff --git a/.travis.yml b/.travis.yml
index dfb3618..c9051eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@
 before_install:
   - go get github.com/axw/gocov/gocov
   - go get github.com/mattn/goveralls
-  - go get github.com/gotestcover/gotestcover
+  - go get github.com/pierrre/gotestcover
   - if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
 script:
   - script/cibuild