summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-16 14:29:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-16 14:29:34 (GMT)
commit06aebb4c0d538d9d084f93e01cec12daedf27418 (patch)
treeaffc6bec0628568fb72171dde03a23385276011f /.travis.yml
parent761843548be8498985191acfad67cdc3f60af994 (diff)
parentdc9963321626499231c8b221c4463d02abb7e14b (diff)
downloadtk-06aebb4c0d538d9d084f93e01cec12daedf27418.zip
tk-06aebb4c0d538d9d084f93e01cec12daedf27418.tar.gz
tk-06aebb4c0d538d9d084f93e01cec12daedf27418.tar.bz2
Run more Travis tests in focal in stead of bionic
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index e29f319..d1f6356 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,11 +34,14 @@ jobs:
- make test
- name: "Linux/GCC/Shared: NO_DEPRECATED"
os: linux
- dist: bionic
+ dist: focal
+ services:
+ - xvfb
compiler: gcc
env:
- BUILD_DIR=unix
- CFGOPT="CFLAGS=-DTK_NO_DEPRECATED=1"
+ script: *x11gui
- name: "Linux/GCC/Shared/no-xft"
os: linux
dist: focal
@@ -83,21 +86,21 @@ jobs:
- CFGOPT="--enable-symbols"
- name: "Linux/G++/Shared"
os: linux
- dist: bionic
+ dist: focal
compiler: g++
env:
- BUILD_DIR=unix
- CFGOPT="CC=g++ CFLAGS=-Dregister=dont+use+register"
- name: "Linux/G++/Shared UTF_MAX=4"
os: linux
- dist: bionic
+ dist: focal
compiler: g++
env:
- BUILD_DIR=unix
- CFGOPT="CC=g++ CFLAGS=-DTCL_UTF_MAX=4"
- name: "Linux/G++/Shared UTF_MAX=6"
os: linux
- dist: bionic
+ dist: focal
compiler: g++
env:
- BUILD_DIR=unix
@@ -148,7 +151,7 @@ jobs:
- BUILD_DIR=unix
- name: "Linux/Clang/Shared: NO_DEPRECATED"
os: linux
- dist: bionic
+ dist: focal
compiler: clang
env:
- BUILD_DIR=unix