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 f6d28fb commit 775e23fCopy full SHA for 775e23f
.travis.yml
@@ -10,6 +10,9 @@ before_install:
10
- curl -s https://getcomposer.org/installer | php
11
- php composer.phar install --prefer-source --no-interaction
12
13
+before_script:
14
+ - phpenv config-rm xdebug.ini
15
+
16
script:
17
- phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml
18
- php vendor/bin/phpcpd --exclude tests --exclude vendor .
0 commit comments