diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index af1bbd8..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2.1 -jobs: - build: - docker: - - image: circleci/golang:latest - steps: - - checkout - - run: sudo apt-get update - - run : sudo apt-get install libudev1 libudev-dev - - run: go test -v diff --git a/README.md b/README.md index a70d4ca..46f3426 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ appropriate place for your [window-manager or desktop](https://wiki.archlinux.org/index.php/Autostarting). [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/eikenb/udev-notify) -[![CircleCI](https://circleci.com/gh/eikenb/udev-notify.svg?style=svg)](https://circleci.com/gh/eikenb/udev-notify) [![Build Status](https://github.com/eikenb/udev-notify/actions/workflows/ci.yml/badge.svg)](https://github.com/eikenb/udev-notify/actions) Getting Started