Skip to content

Commit

Permalink
update ci config and readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopivi committed Sep 18, 2018
1 parent 0dcf431 commit eb10ea9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: 2
jobs:
build:
branches:
only:
- master
docker:
- image: circleci/node:8.11
working_directory: ~/repo
Expand Down
10 changes: 6 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Chatito

[![npm version](https://badge.fury.io/js/chatito.svg)](https://badge.fury.io/js/chatito)
![CircleCI (all branches)](https://img.shields.io/circleci/project/github/rodrigopivi/Chatito.svg)
![npm](https://img.shields.io/npm/dm/chatito.svg)
![GitHub](https://img.shields.io/github/license/rodrigopivi/Chatito.svg)
[![npm version](https://badge.fury.io/js/chatito.svg)](https://www.npmjs.com/package/chatito)
[![CircleCI branch](
https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser/master.svg
)](https://circleci.com/gh/rodrigopivi/workflows/Chatito)
[![npm](https://img.shields.io/npm/dm/chatito.svg)](https://www.npmjs.com/package/chatito)
[![License](https://img.shields.io/github/license/rodrigopivi/Chatito.svg)](https://www.npmjs.com/package/chatito)


[![Alt text](screenshot.jpg?raw=true "Screenshot of online IDE")](https://rodrigopivi.github.io/Chatito/)
Expand Down

0 comments on commit eb10ea9

Please sign in to comment.