Files
iptv-proxy/.travis.yml
Valentin Pichard 52fcfc1ae2 Add base Travis configuration (#24)
Signed-off-by: Valentin Pichard <7628998+w3st3ry@users.noreply.github.com>
2019-11-19 21:53:13 +01:00

19 lines
197 B
YAML

language: go
go:
- "1.12.x"
- "1.13.x"
os:
- linux
- darwin
- windows
go_import_path: github.com/pierre-emmanuelJ/iptv-proxy
env:
- GO111MODULE=on
script:
- go build -mod=vendor