Skip to content

Commit 901ca4b

Browse files
committed
zproject_travis.gsl : default distro should match the one specified in matrix tests to minimize the surprises
1 parent a941614 commit 901ca4b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

zproject_travis.gsl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@ cache:
3333
os:
3434
- linux
3535

36-
#dist:
37-
#- xenial
36+
# The default distro for env:/matrix: tests and unspecified matrix: tests;
37+
# for the latter see also addons/apt/sources with the package repos in use.
38+
# See https://docs.travis-ci.com/user/reference/overview/ for up-to-date
39+
# allowed values of "dist" supported by the Travis CI service.
40+
dist:
41+
- xenial
3842

3943
#services:
4044
#- docker

0 commit comments

Comments
 (0)