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 b5374a8 commit fc46fb3Copy full SHA for fc46fb3
.travis.yml
@@ -0,0 +1,8 @@
1
+language: php
2
+php:
3
+ - '5.6'
4
+
5
+before_script:
6
+ - composer install
7
8
+script: ./vendor/bin/phpunit -v --configuration ./phpunit.xml.dist
0 commit comments