Skip to content

Commit 586199a

Browse files
committed
Switch from travis to circleci
1 parent e20fcc2 commit 586199a

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/ruby
6+
7+
steps:
8+
- checkout
9+
10+
- run:
11+
name: Install awesome_bot
12+
command: gem install awesome_bot
13+
14+
- run:
15+
name: Check README.md
16+
command: awesome_bot README.md --allow-dupe --allow-redirect --white-list https://github,https://img.shields.io

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# git-extra-commands
22

33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4-
[![Build Status](https://travis-ci.org/unixorn/git-extra-commands.svg?branch=master)](https://travis-ci.org/unixorn/git-extra-commands)
4+
[![CircleCI](https://circleci.com/gh/unixorn/git-extra-commands.svg?style=shield)](https://circleci.com/gh/unixorn/git-extra-commands)
55
[![Code Climate](https://codeclimate.com/github/unixorn/git-extra-commands/badges/gpa.svg)](https://codeclimate.com/github/unixorn/git-extra-commands)
66
[![Issue Count](https://codeclimate.com/github/unixorn/git-extra-commands/badges/issue_count.svg)](https://codeclimate.com/github/unixorn/git-extra-commands)
77
[![GitHub stars](https://img.shields.io/github/stars/unixorn/git-extra-commands.svg)](https://github.com/unixorn/git-extra-commands/stargazers)

0 commit comments

Comments
 (0)