From eb5281ba655bfdaaa9a37c8fe1c3bd1ba9ecb07a Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 24 Mar 2022 15:02:33 +0100 Subject: [PATCH] Drop TravisCI configuration file It looks like the webhooks are configured to interact with Travis-ci.org which has been shut down. The CI seems to run on CircleCI, so I took this clarifying step: remove this configuration file. --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6d48362f..00000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -sudo: false -language: ruby -rvm: - - 2.5.3 -before_install: gem install bundler -v 1.17.3 -script: - - bundle exec rake - -deploy: - provider: pages - local_dir: docs - skip_cleanup: true - email: chingor@google.com # To satisfy the CLA check, replace this with bot email. - github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard - on: - branch: master