diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 55054a1..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: php -php: - - 7.1 - - 7.2 - - 7.3 - - 7.4 - -branches: - only: - - master - -install: - - composer install --dev --no-interaction - -script: - - mkdir -p build/logs - - cd tests - - ../vendor/bin/phpunit --coverage-clover ../build/logs/clover.xml --configuration phpunit.xml - -after_script: - # Create coverage report - - bash <(curl -s https://codecov.io/bash)