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 3b59f23 commit 86287e8Copy full SHA for 86287e8
1 file changed
.travis.yml
@@ -0,0 +1,8 @@
1
+language: php
2
+php:
3
+ - 5.4
4
+ - 5.3
5
+before_script:
6
+ - composer install --dev
7
+script:
8
+ - phpunit --coverage-text
0 commit comments