File: .travis.yml

package info (click to toggle)
golang-github-cyberdelia-heroku-go 5.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,156 kB
  • sloc: sh: 38; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
language: go

go:
  - 1.4.3
  - 1.5.3
  - tip

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