diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index bb9f925..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -env: - global: - - CC_TEST_REPORTER_ID=c913b43117b9e58e92a02fcb64f074decb5f86bf215f7eb385d6ee1463ae4bfb -dist: bionic -language: php -php: - - '7.4' - - '8.0' - - -before_script: - - composer install - - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - - chmod +x ./cc-test-reporter - - ./cc-test-reporter before-build -script: - - "vendor/bin/phpunit --coverage-clover build/logs/clover.xml" -after_script: - - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build -t clover --exit-code $TRAVIS_TEST_RESULT; fi -matrix: - fast_finish: true