From 00795f01f2d04ef70ff7ea46ad8bfb4653813bef Mon Sep 17 00:00:00 2001 From: Rangsiman Ketkaew Date: Tue, 12 Mar 2024 14:40:46 +0100 Subject: [PATCH] Update script --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 81ed869..87fd06f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,20 @@ language: python group: travis_latest sudo: yes -dist: bionic +dist: jammy # Needs graphical environment - enable xvfb services: - xvfb -branch: +branches: + only: + - master python: - "3.7" - "3.8" + - "3.9" install: - pip3 install pip --upgrade