Skip to content

Commit b648d7a

Browse files
author
leeli
committed
修复CIbug
1 parent 8bf4d89 commit b648d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ branches:
88
- develop
99

1010
script:
11-
- go env | grep GOCACHE | cut -d "=" -f 2
12-
"/home/travis/.cache/go-build"
11+
# - go env | grep GOCACHE | cut -d "=" -f 2
12+
# "/home/travis/.cache/go-build"
1313
- cd Helper
1414
- go run .
1515

0 commit comments

Comments
 (0)