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 c5df3a9 commit a4f8038Copy full SHA for a4f8038
.travis.yml
@@ -0,0 +1,13 @@
1
+language: php
2
+
3
+matrix:
4
+ include:
5
+ - php: 7.2
6
+ - php: 7.3
7
+ - php: nightly
8
+ allow_failures:
9
10
11
+install: travis_retry composer install --no-interaction --prefer-source
12
+script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
13
+after_script: bash <(curl -s https://codecov.io/bash)
0 commit comments