From af737f4cc72e1463e87f5bf946dab8d126d87a49 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 25 Mar 2014 10:19:55 -0700 Subject: [PATCH] Fix autoload for Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 47022c5..67e5e84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,6 @@ php: - 5.3 - 5.4 - 5.5 + +before_script: + - composer install \ No newline at end of file