Attempt to fix travis build

This commit is contained in:
Timothy Warren 2020-12-03 14:51:19 -05:00
parent 5af43f6363
commit 9c3dc58bef
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
dist: xenial
dist: focal
os: linux
arch: amd64
@ -10,8 +10,10 @@ services:
- postgresql
php:
- 7.4
- 8
- nightly
- '7.4'
# - '8.0'
before_script:
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres