From 1918f2d2678c939157eaa7d76cae6f189d324009 Mon Sep 17 00:00:00 2001 From: Tom Rochette Date: Wed, 7 Oct 2015 12:56:58 -0400 Subject: [PATCH] Add PHP 7.0 to the tested php versions in .travis.yml. Add sudo: false to .travis.yml to use the container-based infrastructure of travis-ci. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index aa14ee5..92d1323 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,15 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm +matrix: + allow_failures: + - php: 7.0 + +sudo: false + before_script: - composer self-update - composer install --prefer-source --no-interaction --dev