We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1803d commit 1b28e78Copy full SHA for 1b28e78
.travis.yml
@@ -0,0 +1,10 @@
1
+language: php
2
+php:
3
+ - 5.6
4
+ - 5.5
5
+ - 5.4
6
+ - 5.3
7
+
8
9
+script:
10
+ - phpunit --configuration phpunit.xml
phpunit.xml
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit>
+ <testsuites>
+ <testsuite name="AllTests">
+ <directory>./tests</directory>
+ </testsuite>
+ </testsuites>
+</phpunit>
0 commit comments