From 7c637f4dbf9326f0862dd90170a32c6122407369 Mon Sep 17 00:00:00 2001 From: Benjamin Lazarecki Date: Sat, 16 Jan 2016 02:14:38 +0100 Subject: [PATCH] Move to travis container based infrastructure https://docs.travis-ci.com/user/workers/container-based-infrastructure/ --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8a04678a..f1651ee7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ language: php +sudo: false + +cache: + directories: + - $HOME/.composer/cache + matrix: include: - php: 5.3