From ae3584cdff7ad030b11876e9cc246f2ec2e2fc35 Mon Sep 17 00:00:00 2001 From: jroam Date: Thu, 11 Apr 2019 16:27:47 +0800 Subject: [PATCH] edit ci --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d8e9773d0..29dc8f65f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,6 @@ install: script: - cd g/os/gfile - - cd testfile/havefile1 - GOARCH=386 go test -v ./... - GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic