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 3ac30cf commit 31c78f0Copy full SHA for 31c78f0
.travis.yml
@@ -0,0 +1,7 @@
1
+language: php
2
+php:
3
+- '5.5'
4
+- '5.4'
5
+install:
6
+- composer install
7
+script: phpunit --bootstrap test/unit/bootstrap.php ./test/unit
0 commit comments