From 006b622db90b29d76801446ca532d1347d34256c Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 12 Jan 2019 21:52:09 +0000 Subject: [PATCH] reduce testing to just linting --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 371faa51..89705f38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 cache: directories: @@ -13,5 +14,5 @@ before_script: - composer install script: - - composer check-format + - composer lint