File: .travis.yml

package info (click to toggle)
golang-github-hashicorp-go-uuid 0.0~git20160311.0.d610f28-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 88 kB
  • ctags: 8
  • 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 ./...