Skip to content

Commit c2ea439

Browse files
committed
build: Replace Travis CI with GitHub Actions
Travis CI is no longer used for this project. The builds have been migrated to GitHub Actions. This commit removes the .travis.yml file and updates the README.md to point to the GitHub Actions workflows.
1 parent 4031d07 commit c2ea439

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
To Fix The Docker and UFW Security Flaw Without Disabling Iptables
22
==================
33

4-
[![Build Status](https://travis-ci.org/chaifeng/ufw-docker.svg)](https://travis-ci.org/chaifeng/ufw-docker)
4+
[![Build and Push Images](https://github.com/chaifeng/ufw-docker/actions/workflows/build.yml/badge.svg)](https://github.com/chaifeng/ufw-docker/actions/workflows/build.yml)
5+
[![Unit Testing ufw-docker](https://github.com/chaifeng/ufw-docker/actions/workflows/testing.yml/badge.svg)](https://github.com/chaifeng/ufw-docker/actions/workflows/testing.yml)
56
[![chaifeng/ufw-docker-agent](https://img.shields.io/docker/pulls/chaifeng/ufw-docker-agent)](https://hub.docker.com/r/chaifeng/ufw-docker-agent)
67

78
- [English](#tldr)

0 commit comments

Comments
 (0)