From e345813af8ccd6ba9f66ce5f0a10af87ba55954e Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 28 Jun 2017 22:00:51 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0b41754..da201879 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,17 @@ language: php +sudo: false + php: - 5.6 - 7.0 - 7.1 -sudo: false - before_install: - cp .env.example .env - - if [[ $TRAVIS_PHP_VERSION != 7.1 ]] ; then phpenv config-rm xdebug.ini; fi + - phpenv config-rm xdebug.ini -install: travis_retry composer install --no-interaction --no-scripts --no-suggest +install: travis_retry composer install --no-interaction --no-suggest notifications: email: false