DEBSOURCES
Skip Quicknav
sources / golang-github-lpabon-godbc / 1.0%2Bgit20140613.1.9577782-1.1 / .travis.yml
12345678910111213
language: go go: - 1.1 - 1.2 - tip install: - go get github.com/stretchr/testify script: - go test - go test -tags 'prod'