File: .travis.yml

package info (click to toggle)
golang-github-pquerna-cachecontrol 0.0~git20171018.0dec1b3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
language: go

install:
  - go get -d -v ./...
  - go get -u github.com/stretchr/testify/require

go:
  - 1.7
  - 1.8
  - tip