diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 000000000..f5e7dcb79 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,16 @@ +version: 2 +jobs: + build: + docker: + - image: circleci/ruby + + steps: + - checkout + + - run: + name: Install awesome_bot + command: gem install awesome_bot + + - run: + name: Check README.md + command: awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github,https://img.shields.io diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3954e8725..000000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: ruby -rvm: - - 2.2 -before_script: - - gem install awesome_bot -script: - - awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github,https://img.shields.io diff --git a/README.md b/README.md index 419292ff1..4467d2eb9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # git-extra-commands [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Build Status](https://travis-ci.org/unixorn/git-extra-commands.svg?branch=master)](https://travis-ci.org/unixorn/git-extra-commands) +[![CircleCI](https://circleci.com/gh/unixorn/git-extra-commands.svg?style=shield)](https://circleci.com/gh/unixorn/git-extra-commands) [![Code Climate](https://codeclimate.com/github/unixorn/git-extra-commands/badges/gpa.svg)](https://codeclimate.com/github/unixorn/git-extra-commands) [![Issue Count](https://codeclimate.com/github/unixorn/git-extra-commands/badges/issue_count.svg)](https://codeclimate.com/github/unixorn/git-extra-commands) [![GitHub stars](https://img.shields.io/github/stars/unixorn/git-extra-commands.svg)](https://github.com/unixorn/git-extra-commands/stargazers)