mirror of https://github.com/vishvananda/netlink
travis: run tests with Go 1.12.x
Signed-off-by: Andrei Vagin <avagin@google.com>
This commit is contained in:
parent
b64d7bc44d
commit
aa950f24b9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue