ytsync/.travis.yml
2019-02-27 14:38:43 +01:00

15 lines
5.3 KiB
YAML

os: linux
dist: xenial
language: go
go_import_path: github.com/lbryio/ytsync
# Only the last two Go releases are supported by the Go team with security
# updates. Any versions older than that should be considered deprecated.
# Don't bother testing with them. tip builds your code with the latest
# development version of Go. This can warn you that your code will break
# in the next version of Go. Don't worry! Later we declare that test runs
# are allowed to fail on Go tip.
go:
- 1.11.5
- master
env:
- GO111MODULE=on