From 4640a456649e1d453d32f7bdf8fc8cc2f00f377a Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 9 May 2013 08:01:11 -0700 Subject: [PATCH] Attempt to get Travis to install dependencies via composer --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 25788ea..54e91fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 5.5 before_install: + - composer install - pyrus install pear/PHP_CodeSniffer - phpenv rehash