From 7439ad68307416994392d19c4eff7ccdf8d8ad29 Mon Sep 17 00:00:00 2001 From: robertfausk Date: Thu, 9 Dec 2021 09:53:34 +0100 Subject: [PATCH] Use explicitly bionic as os instead of xenial #22 and remove chrome addon --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index dfd4279..3368e83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,7 @@ language: php os: linux arch: - amd64 - -addons: - chrome: stable - -sudo: false +dist: bionic php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1]