From 7b7dccbe5e502bafe10d7e2f6ce7d03723bb2db3 Mon Sep 17 00:00:00 2001 From: Jim Merioles Date: Wed, 4 Dec 2024 00:55:04 +0000 Subject: [PATCH] Remove Travis CI --- .travis.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8e2e6d0..0000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -env: - global: - - CC_TEST_REPORTER_ID=e399f586e3d577d6a79f0d386765e0c76e5e216642e254eca1a7dec939cd95af - - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi) -language: php -php: - - '7.0' - - '7.1' -install: - - composer install -n -script: - - php vendor/bin/phpunit --coverage-clover clover.xml -before_script: - - 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 -after_script: - # Preferably you will run test-reporter on branch update events. But - # if you setup travis to build PR updates only, you don't need to run - # the line below - - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi - # In the case where travis is setup to build PR updates only, - # uncomment the line below - # - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT \ No newline at end of file