From fb42c57ff17d0516beb1fc9b090b02a77a48dbe5 Mon Sep 17 00:00:00 2001 From: cn Date: Thu, 10 Dec 2020 10:26:42 +0100 Subject: [PATCH] ci: drop Travis CI - end of an era --- .travis.yml | 13 ------------- CHANGELOG.md | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c4b9a98..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -os: linux -language: ruby -rvm: -- 2.7 -- 2.6 -- 2.5 - -services: -- docker - -script: -- bundle exec rake ci diff --git a/CHANGELOG.md b/CHANGELOG.md index 25dd2cc..6daeade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ OTHER: -- start using Github Actions CI for tests in addition to Travis CI +- start using Github Actions CI for tests and drop Travis CI ## 3.1.1 (October 3, 2020) diff --git a/README.md b/README.md index 51a4ac3..3e8d3a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dyndnsd.rb -[![Build Status](https://travis-ci.com/cmur2/dyndnsd.svg?branch=master)](https://travis-ci.com/cmur2/dyndnsd) ![ci](https://github.com/cmur2/dyndnsd/workflows/ci/badge.svg) [![Dependencies](https://badges.depfu.com/badges/4f25da8493f7a29f652ac892fbf9227b/overview.svg)](https://depfu.com/github/cmur2/dyndnsd) +![ci](https://github.com/cmur2/dyndnsd/workflows/ci/badge.svg) [![Dependencies](https://badges.depfu.com/badges/4f25da8493f7a29f652ac892fbf9227b/overview.svg)](https://depfu.com/github/cmur2/dyndnsd) A small, lightweight and extensible DynDNS server written with Ruby and Rack.