File: .travis.yml

package info (click to toggle)
golang-github-datadog-datadog-go 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
language: go

go:
  - 1.5
  - 1.6
  - 1.7
  - 1.8
  - 1.9

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