summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-25 09:42:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-25 09:42:37 (GMT)
commit0d23451993cbdb14bcb0cef73c5db4a979a23648 (patch)
tree2f5b6a6e7c30c9a1562affdc08719e144ece6c2c /.travis.yml
parent5f4ef0229dcf7281043e2ece43b807f55ae0c461 (diff)
downloadtcl-0d23451993cbdb14bcb0cef73c5db4a979a23648.zip
tcl-0d23451993cbdb14bcb0cef73c5db4a979a23648.tar.gz
tcl-0d23451993cbdb14bcb0cef73c5db4a979a23648.tar.bz2
Keep gcc-5 and gcc-6 builds on "bionic", because "focal" doesn't have these
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dd86769..ad3f03a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -75,7 +75,7 @@ jobs:
- BUILD_DIR=unix
- name: "Linux/GCC 6/Shared"
os: linux
- dist: focal
+ dist: bionic
compiler: gcc-6
addons:
apt:
@@ -87,7 +87,7 @@ jobs:
- BUILD_DIR=unix
- name: "Linux/GCC 5/Shared"
os: linux
- dist: focal
+ dist: bionic
compiler: gcc-5
addons:
apt: