We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aa41c commit 7fdded4Copy full SHA for 7fdded4
.travis.yml
@@ -8,7 +8,5 @@ php:
8
9
before_script:
10
- cd tests
11
- - wget http://getcomposer.org/composer.phar
12
- - php composer.phar install
13
14
-script: ./phpunit --coverage-text --configuration phpunit.xml.dist
+script: phpunit --coverage-text --configuration phpunit.xml.dist
0 commit comments