File: .travis.yml

package info (click to toggle)
golang-github-golang-groupcache 0.0~git20210331.41bb18b-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: go
go_import_path: github.com/golang/groupcache

os: linux
dist: trusty
sudo: false

script:
  - go test ./...

go:
  - 1.9.x
  - 1.10.x
  - 1.11.x
  - master

cache:
  directories:
    - $GOPATH/pkg