From 8e6a8315ed58918d280b09d76e8db0d62d6e3107 Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 27 Jan 2021 18:28:37 +0100 Subject: [PATCH] [CircleCI] Remove TravisCI configuration and update build badge in README --- .travis.yml | 5 ----- README.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fad4343..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: clojure -jdk: - - oraclejdk8 -script: - - lein do clean, test, uberjar diff --git a/README.md b/README.md index 7ebbfe3..6551720 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ordnerd -[![Build Status](https://travis-ci.org/vadyalex/ordnerd.svg?branch=master)](https://travis-ci.org/vadyalex/ordnerd) +[![CircleCI](https://circleci.com/gh/vadyalex/ordnerd.svg?style=svg)](https://circleci.com/gh/vadyalex/ordnerd)