We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68528d1 commit 4feefe8Copy full SHA for 4feefe8
1 file changed
.travis.yml
@@ -0,0 +1,12 @@
1
+language: php
2
+
3
+php:
4
+ - 5.4
5
+ - 5.5
6
+ - 5.6
7
+ - 7.0
8
+ - hhvm
9
10
+before_script: composer install
11
12
+script: phpunit --coverage-text
0 commit comments