File: .travis.yml

package info (click to toggle)
golang-github-influxdata-toml 0.0~git20160905.0.ad49a5c-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 256 kB
  • ctags: 349
  • sloc: makefile: 14
file content (11 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
language: go

go:
  - 1.3
  - tip

install:
  - go get -v ./...

script:
  - go test ./...