File: .travis.yml

package info (click to toggle)
golang-github-lpabon-godbc 1.0%2Bgit20140613.1.9577782-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go

go:
    - 1.1
    - 1.2
    - tip

install:
    - go get github.com/stretchr/testify

script:
    - go test
    - go test -tags 'prod'