diff --git a/.travis.yml b/.travis.yml index 1358c0f..fbf978c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ./...