travis: add go 1.13, 1.14, and drop go 1.10, 1.11

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-07-30 10:58:12 +02:00 committed by Vish (Ishaya) Abrams
parent 85b8ad0ce1
commit 6efc62b265

View File

@ -1,8 +1,8 @@
language: go
go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"
before_script:
# make sure we keep path in tact when we sudo
- sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers