Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Travis fix for 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Teye Heimans committed Aug 2, 2017
1 parent 6fb0a5e commit 491ee35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,8 +17,8 @@ install:
-

before_script:
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then travis_retry composer require satooshi/php-coveralls:~0.6@stable --update-no-dev ; fi
- travis_retry composer config minimum-stability dev
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then travis_retry composer require satooshi/php-coveralls:~0.6@stable --update-no-dev ; fi
- travis_retry composer require phpunit/phpunit "5.5.*" --update-no-dev
- phpunit --version
- travis_retry composer install --no-ansi --no-dev --no-interaction --no-progress --no-scripts --optimize-autoloader
Expand Down
14 changes: 0 additions & 14 deletions build/phpunit.xml
Expand Up @@ -10,20 +10,6 @@
<directory suffix="Test.php">../tests/</directory>
</testsuite>
</testsuites>
<listeners>
<listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener">
<arguments>
<array>
<element key="slowThreshold">
<integer>500</integer>
</element>
<element key="reportLength">
<integer>5</integer>
</element>
</array>
</arguments>
</listener>
</listeners>
<filter>
<whitelist>
<directory>../src</directory>
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -24,8 +24,7 @@
"phpdocumentor/phpdocumentor": "2.*",
"phploc/phploc": "*",
"pdepend/pdepend": "2.2.4",
"mayflower/php-codebrowser": "~1.1",
"johnkary/phpunit-speedtrap": "^1.0"
"mayflower/php-codebrowser": "~1.1"
},
"require": {
"php": ">=5.6.0",
Expand Down

0 comments on commit 491ee35

Please sign in to comment.