From c03cc15faa7c0a09495b81b5e62d5e44b0a855c5 Mon Sep 17 00:00:00 2001 From: overtrue Date: Mon, 12 Aug 2019 10:42:43 +0800 Subject: [PATCH] Travis-CI. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc47c14..55d86ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,7 @@ language: php php: - - 5.6 - - 7.0 - - 7.1 - - hhvm + - 7.2 sudo: false dist: trusty