From fff39f78023d9a68d6d0a92000e83d7c6d0b054f Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Tue, 2 Nov 2021 20:20:53 +0000 Subject: [PATCH] Update test badge --- .travis.yml | 9 --------- README.md | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index af813356..00000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -os: linux -# The default x86 kernel is old and buggy (see splice bug in README). -# When we use the arm architecture, we get a newer kernel. -arch: arm64 -dist: bionic -language: rust -script: - - make - - make test diff --git a/README.md b/README.md index 5d06509d..ad2c93b1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![master](https://travis-ci.org/checkpoint-restore/criu-image-streamer.svg?branch=master)](https://travis-ci.org/checkpoint-restore/criu-image-streamer) +[![Tests](https://github.com/checkpoint-restore/criu-image-streamer/actions/workflows/tests.yml/badge.svg)](https://github.com/checkpoint-restore/criu-image-streamer/actions/workflows/tests.yml) CRIU Image Streamer ====================