From 54c4e017ccf2ac9c46db97ee2cdca81d481308c3 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 7 Apr 2019 19:10:52 -0500 Subject: [PATCH] Add PHP 7.3 to travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de34e053..89ab1cea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: php php: -#- '7.0' - '7.1' - '7.2' +- '7.3' #- nightly cache: