Browse Source

Travis, are you there?

pull/25/head
Gregory Rudolph 5 years ago
parent
commit
553bfe55fb
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 12
      .travis.yml

12
.travis.yml

@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
language: go
go:
- tip
- 1.13.x
install: true
script:
- go vet ./...
- go fmt ./...
- go run build.go buildBeta
Loading…
Cancel
Save