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 9bf11ef commit ff2a1cbCopy full SHA for ff2a1cb
.travis.yml
@@ -0,0 +1,10 @@
1
+language: php
2
+
3
+php:
4
+ - 5.4
5
+ - 5.5
6
+ - 5.6
7
8
+install: composer install
9
10
+script: php vendor/bin/phpunit --coverage-text
0 commit comments