More .composers left over
This commit is contained in:
parent
f8d44618d2
commit
dcee9e748a
2 changed files with 2 additions and 2 deletions
|
@ -16,4 +16,4 @@ script:
|
||||||
- phpunit --coverage-clover vendors/composer/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
|
- phpunit --coverage-clover vendors/composer/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- php .composer/bin/coveralls --config .coveralls.yml -v
|
- php vendors/composer/bin/coveralls --config .coveralls.yml -v
|
||||||
|
|
|
@ -155,7 +155,7 @@ class Dynamic extends Object
|
||||||
{
|
{
|
||||||
$compiled_filename = str_replace('.min', '', $minified_filename);
|
$compiled_filename = str_replace('.min', '', $minified_filename);
|
||||||
|
|
||||||
require_once $this->config->pickles['path'] . '.composer/autoload.php';
|
require_once $this->config->pickles['path'] . 'vendors/composer/autoload.php';
|
||||||
|
|
||||||
if ($less)
|
if ($less)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue