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