Updated .travis.yml to include composer dependencies.

This commit is contained in:
Travis Swientek 2013-07-25 15:58:01 -07:00
parent 6f35cedb83
commit 71c4ce388e
2 changed files with 5 additions and 3 deletions

View File

@ -3,3 +3,7 @@ language: php
php: php:
- 5.4 - 5.4
- 5.5 - 5.5
before_script:
- echo 'Installing composer dependencies now!'
- composer install --dev

View File

@ -1,7 +1,5 @@
<?php <?php
//error_reporting(E_ALL | E_STRICT);
//Grab the composer Autoloader! //Grab the composer Autoloader!
$autoloader = require dirname(__DIR__) . '/vendor/autoload.php'; $autoloader = require dirname(__DIR__) . '/vendor/autoload.php';