mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 10:54:23 +01:00
ci: drop Travis CI
- end of an era
This commit is contained in:
parent
268e18f2e5
commit
fb42c57ff1
13
.travis.yml
13
.travis.yml
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
os: linux
|
|
||||||
language: ruby
|
|
||||||
rvm:
|
|
||||||
- 2.7
|
|
||||||
- 2.6
|
|
||||||
- 2.5
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
script:
|
|
||||||
- bundle exec rake ci
|
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
OTHER:
|
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)
|
## 3.1.1 (October 3, 2020)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# dyndnsd.rb
|
# 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.
|
A small, lightweight and extensible DynDNS server written with Ruby and Rack.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user