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 8838183 commit 571f9c1Copy full SHA for 571f9c1
.travis.yml
@@ -0,0 +1,12 @@
1
+language: php
2
+
3
+php:
4
+ - 7.0
5
+ - 7.1
6
+ - 7.2
7
8
+before_install: pip install --user codecov
9
+install: travis_retry composer install --no-interaction --prefer-source
10
+script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
11
+after_success: codecov
12
0 commit comments