From 9dcdc1a33988cea71fba57c07579f241c209ec32 Mon Sep 17 00:00:00 2001 From: jroam Date: Mon, 15 Apr 2019 13:47:25 +0800 Subject: [PATCH] edit ci yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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