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)
commit9d48f0f3cbb48a6de98813fe04540bc4fc061f71 (patch)
tree2f5b6a6e7c30c9a1562affdc08719e144ece6c2c /.travis.yml
parentb613d4f033c5c6a8cbc80973ee0b3c7c12c9e647 (diff)
downloadtcl-9d48f0f3cbb48a6de98813fe04540bc4fc061f71.zip
tcl-9d48f0f3cbb48a6de98813fe04540bc4fc061f71.tar.gz
tcl-9d48f0f3cbb48a6de98813fe04540bc4fc061f71.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: