From d4ef211a19158dc55e764767aaacead869a4ea08 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 29 Dec 2018 21:49:24 +0000 Subject: [PATCH] only build with php7.2; run composer build etc (travis) --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 371faa51..fe7c846c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: php php: - - 5.6 - - 7.0 - - 7.1 + - 7.2 cache: directories: @@ -13,5 +11,5 @@ before_script: - composer install script: - - composer check-format + - composer build