We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce1847 commit f1735a3Copy full SHA for f1735a3
.travis.yml
@@ -0,0 +1,7 @@
1
+language: php
2
+php:
3
+ - '5.4'
4
+ - '5.5'
5
+ - '5.6'
6
+ - '7'
7
+script: cd test-cases && phpunit --bootstrap bootstrap.php
0 commit comments