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 1a2c1a0 commit 596da73Copy full SHA for 596da73
1 file changed
.travis.yml
@@ -0,0 +1,9 @@
1
+language: php
2
+php:
3
+ - 5.3
4
+ - 5.6
5
+ - hhvm
6
+install:
7
+ - composer install --prefer-source --no-interaction
8
+script:
9
+ - phpunit --coverage-text
0 commit comments