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 4036bad commit 0c472e6Copy full SHA for 0c472e6
.travis.yml
@@ -0,0 +1,11 @@
1
+language: php
2
+sudo: false
3
+php:
4
+ - 7
5
+ - 5.6
6
+ - 5.5
7
+ - 5.4
8
+ - 5.3
9
+ - 5.2
10
+script:
11
+ - pear run-tests -r tests/
0 commit comments