travis: run tests with Go 1.12.x

Signed-off-by: Andrei Vagin <avagin@google.com>
This commit is contained in:
Andrei Vagin 2019-03-12 13:09:21 -07:00 committed by Alessandro Boch
parent b64d7bc44d
commit aa950f24b9
1 changed files with 1 additions and 0 deletions

View File

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