mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 08:19:25 +03:00
Updated .travis.yml to include composer dependencies.
This commit is contained in:
parent
6f35cedb83
commit
71c4ce388e
@ -2,4 +2,8 @@ language: php
|
|||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- echo 'Installing composer dependencies now!'
|
||||||
|
- composer install --dev
|
||||||
|
@ -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';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user