1language: go 2go_import_path: github.com/golang/groupcache 3 4os: linux 5dist: trusty 6sudo: false 7 8script: 9 - go test ./... 10 11go: 12 - 1.9.x 13 - 1.10.x 14 - 1.11.x 15 - master 16 17cache: 18 directories: 19 - $GOPATH/pkg
View as plain text