summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-03-12 19:46:43 +0000
committerGreg Roach <greg@subaqua.co.uk>2021-03-12 20:10:15 +0000
commita995c83ce9cf06a26cdf45676a8c6477f5f73b73 (patch)
treed4b80a0e62b2ba72b541f84806a079077d50fdc5 /.travis.yml
parent43fdb97c0674c2e6805bd700017929969e581357 (diff)
downloadwebtrees-a995c83ce9cf06a26cdf45676a8c6477f5f73b73.tar.gz
webtrees-a995c83ce9cf06a26cdf45676a8c6477f5f73b73.tar.bz2
webtrees-a995c83ce9cf06a26cdf45676a8c6477f5f73b73.zip
Use later versions of linux for travis builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a82b2a1b35..2501354e5a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,13 @@
language: php
-php:
- - 7.3
- - 7.4
- - 8.0
+matrix:
+ include:
+ - php: 7.3
+ dist: bionic
+ - php: 7.4
+ dist: focal
+ - php: 8.0
+ dist: focal
## Non-sudo environments are faster
sudo: false