From 9c3dc58bef9491795187fa307b51e09f9638c110 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 3 Dec 2020 14:51:19 -0500 Subject: [PATCH] Attempt to fix travis build --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32a114d..c69240f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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