We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88957d6 commit 3e3395dCopy full SHA for 3e3395d
.travis.yml
@@ -0,0 +1,7 @@
1
+language: php
2
+php:
3
+ - 7.0
4
+before_script:
5
+ - composer install
6
+script:
7
+ - vendor/bin/phpunit
0 commit comments