From bd5577b9a4333aa6156398b94cc870a9377061b8 Mon Sep 17 00:00:00 2001
From: David Maus <dmaus@dmaus.name>
Date: Tue, 16 Apr 2019 09:34:15 +0200
Subject: [PATCH] Require PHP 7.2 in Travis

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c9a4cb3..6f57dd4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: php
 php:
-  - 5.6
+  - 7.2
 
 install:
   - composer install
-- 
GitLab