diff --git a/.travis.yml b/.travis.yml index 0ea588048..6a348dda6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: - cat /etc/hosts script: -- cd g +- cd g/os/gfile - GOARCH=386 go test -v ./... - GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic