Codebase list golang-github-fhs-gompd / upstream/2.0.3 .travis.yml
upstream/2.0.3

Tree @upstream/2.0.3 (Download .tar.gz)

.travis.yml @upstream/2.0.3raw · history · blame

1
2
3
4
5
6
language: go

script:
 - go install -v ./...
 - test `gofmt -l . | wc -l` = 0
 - go test -v ./...