1
0
Fork 0

Travis-CI: use xenial

timestamps
dump_stack() 2019-02-06 06:34:21 +00:00
parent cf75f4424d
commit e0c91f1b59
1 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@ go:
os:
- linux
dist:
- xenial
addons:
apt:
packages:
@ -21,7 +24,7 @@ env:
install: true
before_script:
- tools/out-of-tree/bootstrap.sh
- ./tools/out-of-tree/bootstrap.sh
script:
- go test -parallel 1 -v ./...