File: .travis.yml

package info (click to toggle)
golang-github-datadog-datadog-go 0.0~git20150930.0.b050cd8-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 76 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
language: go

go:
  - 1.4
  - 1.5

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