From cbacb28f19a9cd5ff12988ac599f74718fd47691 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 7 May 2018 11:55:44 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b741ba..c6ad38f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php php: - - 5.5 - 5.6 - 7.0 - 7.1 + - 7.2 # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/