gomodproxy/.travis.yml
Serge A. Zaitsev 1411b19ad2 in-memory lru cache of limited capacity
fix memLimit flag usage

use megabytes as a unit for memory store capacity

fix incorrect item rearrangement in lru cache

use latest 1.x Go on trais
2018-09-25 13:29:23 +02:00

13 lines
144 B
YAML

language: go
go:
- "1.x"
env: GO111MODULE=on
install:
- go mod download
script:
- go build ./cmd/gomodproxy
- go test -race -v ./...