Travis-CI: use xenial
This commit is contained in:
parent
cf75f4424d
commit
e0c91f1b59
@ -7,6 +7,9 @@ go:
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
|
dist:
|
||||||
|
- xenial
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@ -21,7 +24,7 @@ env:
|
|||||||
install: true
|
install: true
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- tools/out-of-tree/bootstrap.sh
|
- ./tools/out-of-tree/bootstrap.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -parallel 1 -v ./...
|
- go test -parallel 1 -v ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user