From 5cac31b43da6c7870b55631e5011c8f3b1ff1ee6 Mon Sep 17 00:00:00 2001 From: Bernardo Silva Date: Tue, 13 Oct 2015 23:59:48 +0100 Subject: [PATCH] Start using new Travis container-based infrastructure. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 38b1c4b..d868c6d 100755 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,7 @@ before_script: script: - vendor/bin/phpunit - vendor/bin/phpcs --standard=PSR2 ./src/ + +# Use Travis' new container-based infrastructure. +# See http://docs.travis-ci.com/user/migrating-from-legacy/#How-can-I-use-container-based-infrastructure%3F +sudo: false \ No newline at end of file