From c8f0d68a3cc928d3a355c0d0198b7c7c0c20aa92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?p=CC=BB=CC=BB=CC=A5r=CC=A5=CC=BB=CC=A5o=CC=BBj=CD=9B=CC=A4?= =?UTF-8?q?ec=CD=94t=CC=9Edp?= Date: Mon, 9 Jan 2023 04:33:59 -0800 Subject: [PATCH] Removing travis.yml --- .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 a5ad5d5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: node_js - -node_js: - - "node" - -cache: - npm: false - -before_install: - - rvm install 2.6.2 - - gem install awesome_bot - - sudo apt update && sudo apt install python3-pip python3-setuptools - - mkdir tests - - cd tests && npm install chalk && cd .. - -script: - - 'if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then make check_all; fi' - - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then make check_pr; fi' - -notifications: - email: