Files
postmoogle/vendor/github.com/cention-sany/utf7/.travis.yml
2022-11-16 12:08:51 +02:00

13 lines
156 B
YAML

language: go
go:
- 1.4.2
- 1.7.4
- tip
install:
- go get -v ./...
- go get golang.org/x/text/encoding
- go get golang.org/x/text/transform