From 8b4d2008fadfcc010d530806ff679252bc98b44a Mon Sep 17 00:00:00 2001 From: David Barnett Date: Fri, 23 Aug 2024 20:46:33 -0600 Subject: [PATCH] Tests cleanup: delete unused .travis.yml, fix build status badge --- .travis.yml | 13 ------------- docs/README.md | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5aa0e717..00000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -sudo: false -language: python -arch: - - amd64 - - ppc64le -python: - - "3.5" - - "3.6" - - "3.7" -before_install: - - sudo chown -Rvf $USER:$GROUP ~/.cache/pip/wheels -install: pip install tox-travis -script: tox diff --git a/docs/README.md b/docs/README.md index 87fbfe9f..5d529bc4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ gcalcli ======= -[![Build Status](https://travis-ci.org/insanum/gcalcli.svg?branch=master)](https://travis-ci.org/insanum/gcalcli) +[![Build Status](https://github.com/insanum/gcalcli/actions/workflows/tests.yml/badge.svg)](https://github.com/insanum/gcalcli/actions/workflows/tests.yml) #### Google Calendar Command Line Interface