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