Don't use -cover for now, it's not working

This commit is contained in:
Philippe Lafoucrière 2015-10-15 13:48:04 -04:00
parent 8ae2c91ef4
commit a35e2a3c7a
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ before_install:
- curl -L https://github.com/docker/compose/releases/download/1.4.2/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- go get golang.org/x/tools/cmd/cover
- sed -i -e 's/golang/golang:'"$TRAVIS_GO_VERSION"'/' docker-compose.yml
script: make test

View File

@ -6,7 +6,7 @@ go: &go
- ./migrations:/migrations
go-test:
<<: *go
command: go test -v -cover ./...
command: go test -v ./...
links:
- postgres
- mysql