From e2e991c37c063465aa1db20bf8b6efdc3ef98e63 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Sat, 9 Dec 2017 23:22:25 +0100 Subject: [PATCH] Add php 7.2 to the tested versions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55462cf4f90..6aa267626d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: php +sudo: false cache: directories: @@ -9,14 +10,13 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 matrix: include: - php: hhvm dist: trusty -sudo: false - install: - travis_retry composer install --no-interaction