From b91de72d195c70c0a83fe76318176f9b0e68f563 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 23 Nov 2020 12:07:26 +0100 Subject: [PATCH] Remove travis --- .travis.yml | 17 ----------------- README.md | 1 - 2 files changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b4b6a23..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: rust - -rust: - - stable - - beta - - nightly - -cache: - - cargo - -matrix: - allow_failures: - - rust: nightly - -notifications: - email: - on_failure: always diff --git a/README.md b/README.md index 2161d43..ba130ed 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Hits-of-Code](https://hitsofcode.com/github/vbrandl/hoc)](https://hitsofcode.com/view/github/vbrandl/hoc) [![Drone build](https://drone.vbrandl.net/api/badges/vbrandl/hoc/status.svg)](https://drone.vbrandl.net/vbrandl/hoc) [![Gitlab build](https://gitlab.com/vbrandl/hoc/badges/master/pipeline.svg)](https://gitlab.com/vbrandl/hoc/pipelines) -[![Travis build](https://travis-ci.org/vbrandl/hoc.svg?branch=master)](https://travis-ci.org/vbrandl/hoc) [![dependency status](https://deps.rs/repo/github/vbrandl/hoc/status.svg)](https://deps.rs/repo/github/vbrandl/hoc) Small webservice, that returns a badge of the Hits-of-Code of a git repository, as described by [Yegor