From e3be6a56eaa7fdb4bd03845d29429c07dbf32e1f Mon Sep 17 00:00:00 2001 From: Lucas Michot Date: Fri, 8 Jan 2016 18:22:09 +0100 Subject: [PATCH] Composer install for travisCI tests. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8823297..71a05ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,5 @@ php: # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false + +install: travis_retry composer install --no-interaction --prefer-source \ No newline at end of file