diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2014-12-22 02:05:59 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2014-12-22 02:05:59 +0800 |
commit | 7a79428278412ab1f73708af51bce063b000b7a7 (patch) | |
tree | e0759906156e76ae0e2f5b65f3ba7a83688f4cd1 /.travis.yml | |
parent | b3629c6f62bd3774eb8858819a8ee07dfb775b73 (diff) | |
download | dexon-7a79428278412ab1f73708af51bce063b000b7a7.tar.gz dexon-7a79428278412ab1f73708af51bce063b000b7a7.tar.zst dexon-7a79428278412ab1f73708af51bce063b000b7a7.zip |
Update cover command installation
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |