Skip to content

Commit

Permalink
fixed travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Nov 5, 2018
1 parent aa008de commit 53b0dea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -66,7 +66,7 @@ after_failure:

after_script:
- 'if [[ $COVERAGE = yes ]]; then
composer require php-coveralls/php-coveralls;
composer require php-coveralls/php-coveralls --no-scripts;
travis_retry ./vendor/bin/php-coveralls -vvv;
wget https://scrutinizer-ci.com/ocular.phar;
travis_retry php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.serialized;
Expand Down
1 change: 1 addition & 0 deletions .travis/phpenv.ini
@@ -0,0 +1 @@
memory_limit=-1
1 change: 0 additions & 1 deletion src/Module.php
Expand Up @@ -11,7 +11,6 @@
namespace StackoverflowApi;

use Core\ModuleManager\ModuleConfigLoader;
use Zend\ModuleManager\Feature\AutoloaderProviderInterface;
use Zend\ModuleManager\Feature\ConfigProviderInterface;

/**
Expand Down

0 comments on commit 53b0dea

Please sign in to comment.