Skip to content

Commit 46968a2

Browse files
authored
Merge pull request #1175 from jimklimov/default-travis-dist
Problem: code tested in different distros, confusing results
2 parents a941614 + 901ca4b commit 46968a2

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)