File: .travis.yml

package info (click to toggle)
golang-github-google-uuid 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 156 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
language: go

go:
  - 1.4.3
  - 1.5.3
  - tip

script:
  - go test -v ./...