Skip to content

Commit 2243aac

Browse files
Remove last instance of glide
1 parent 956c684 commit 2243aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_install: go get golang.org/x/tools/cmd/cover
88
install:
99
- go mod vendor
1010

11-
script: go test -race -v -cover $(glide novendor)
11+
script: go test -race -v -cover ./...
1212

1313
env:
1414
- GOMAXPROCS=8 GORACE="halt_on_error=1"

0 commit comments

Comments
 (0)