From c6adeed0f0ab9e1659c36adc443f7c9f65d4ba82 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Sun, 9 Mar 2025 19:20:22 -0400 Subject: [PATCH] Remove travis references Travis has not been used by AlarmDecoder in many years and I merged a lot of GitHub Actions workflows in #79. Therefore, this PR removes any remaining TravisCI remnants from the repository. --- .travis.yml | 9 --------- README.rst | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0966135..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: python -python: - - 2.7 - - 3.6 -install: - - pip install -r requirements.txt - - pip install nose -script: - - nosetests diff --git a/README.rst b/README.rst index 2e30f8e..ca0e22b 100644 --- a/README.rst +++ b/README.rst @@ -11,8 +11,8 @@ AlarmDecoder ============ -.. image:: https://travis-ci.org/nutechsoftware/alarmdecoder.svg?branch=master - :target: https://travis-ci.org/nutechsoftware/alarmdecoder +.. image:: https://github.com/nutechsoftware/alarmdecoder/actions/workflows/merge.yaml/badge.svg + :target: https://github.com/nutechsoftware/alarmdecoder/actions/workflows/merge.yaml ------- Summary