aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2014-12-22 02:05:59 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2014-12-22 02:05:59 +0800
commit7a79428278412ab1f73708af51bce063b000b7a7 (patch)
treee0759906156e76ae0e2f5b65f3ba7a83688f4cd1 /.travis.yml
parentb3629c6f62bd3774eb8858819a8ee07dfb775b73 (diff)
downloaddexon-7a79428278412ab1f73708af51bce063b000b7a7.tar
dexon-7a79428278412ab1f73708af51bce063b000b7a7.tar.gz
dexon-7a79428278412ab1f73708af51bce063b000b7a7.tar.bz2
dexon-7a79428278412ab1f73708af51bce063b000b7a7.tar.lz
dexon-7a79428278412ab1f73708af51bce063b000b7a7.tar.xz
dexon-7a79428278412ab1f73708af51bce063b000b7a7.tar.zst
dexon-7a79428278412ab1f73708af51bce063b000b7a7.zip
Update cover command installation
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 923827e7c..cffd864ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ install:
- go get code.google.com/p/go.tools/cmd/goimports
- go get github.com/golang/lint/golint
# - go get golang.org/x/tools/cmd/vet
- - go get golang.org/x/tools/cmd/cover
+ - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- go get github.com/mattn/goveralls
- ./install_deps.sh
before_script: