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 5a28759 commit 9f4d4e2Copy full SHA for 9f4d4e2
.travis.yml
@@ -1,8 +1,6 @@
1
language: php
2
before_script:
3
-- phpenv local 5.4
4
- composer install --dev --no-interaction
5
-- phpenv local --unset
6
- cd test/unit
7
script:
8
- ../../vendor/bin/phpunit . --bootstrap bootstrap.php --filter test* --coverage-clover clover.xml
0 commit comments