From 5870368e337be7f7ab0eeff88c55ffc7b44545d1 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 6 Dec 2013 10:20:03 +0000 Subject: [PATCH] Added TravisCI's new asset caching http://about.travis-ci.org/blog/2013-12-05-speed-up-your-builds-cache-your-dependencies/ --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51421206..e386400b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,9 @@ php: - 5.5 before_script: composer install --prefer-source -script: phpunit --configuration phpunit.xml.dist \ No newline at end of file +script: phpunit --configuration phpunit.xml.dist + +cache: + bundler: true + directories: + - vendor \ No newline at end of file