File: .travis.yml

package info (click to toggle)
golang-github-hashicorp-go-uuid 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
language: go

sudo: false

go:
  - 1.4
  - 1.5
  - 1.6
  - tip

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