Skip to content

Commit beb0c8d

Browse files
committed
minor (see previous commits)
1 parent 6605781 commit beb0c8d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.gotest.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ WDIR=$PWD
55
for f in *; do
66
if [ -d "$f" ]; then
77
cd $WDIR/"$f"
8-
go mod init example
98
go test -v -race ./...
109
cd $WDIR
1110
fi

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ os:
44
- linux
55
- osx
66
go:
7-
- 1.15.x
7+
- 1.15.2
8+
matrix:
9+
exclude:
10+
go: '1.15.2'
811
env:
912
global:
10-
- GO111MODULE=on
1113
- GOPROXY=https://gocenter.io,https://goproxy.io,https://goproxy.cn,direct
1214
before_install:
1315
- chmod +x .travis.gofmt.sh

0 commit comments

Comments
 (0)