From 404984361d162be98d8c29e93161ee879b18d2a1 Mon Sep 17 00:00:00 2001 From: Tony NGUEREZA Date: Sat, 2 Dec 2023 11:26:14 +0100 Subject: [PATCH] Update readme and composer config --- .travis.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .travis.yml 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