diff --git a/.travis.yml b/.travis.yml index 70acbb4..f7e86cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,8 @@ language: php php: - 5.4 - - 5.5 \ No newline at end of file + - 5.5 + +before_script: + - echo 'Installing composer dependencies now!' + - composer install --dev diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index ffa4bc9..da835f1 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -1,7 +1,5 @@