From e7ca9f311e7f9f46309ce3c3f892017f8ef6f13d Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Thu, 27 Feb 2014 16:41:41 +0100 Subject: [PATCH] Add composer install to travis script Actually no tests are executed on travis as travis does not run composer install anymore by default --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4cec1a02..df85fd99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,7 @@ php: - 5.3.3 - 5.3 - 5.4 - - 5.5 \ No newline at end of file + - 5.5 + +before_script: + - composer install