From 6118f9b7211c3ba66015e42dd7c35d38cb535e8e Mon Sep 17 00:00:00 2001 From: Ben Squire Date: Sun, 2 Dec 2018 21:13:18 +0000 Subject: [PATCH] Remove PHP7.0 from build. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3f8bd5..f1f5650 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: php sudo: false dist: trusty php: - - "7.0" - "7.1" - "7.2"