From 055a8615f6c27a815eba65479e379705261ca422 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 15 Jul 2017 11:03:21 +0100 Subject: [PATCH] Use PHP 7 and sudo --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2a87d9ef..3e76c86f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: php +php: 7 + +sudo: true branches: only: