Skip to content
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.

Commit

Permalink
Show off build status in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mathphreak committed Jan 2, 2017
1 parent 093d631 commit 774b11c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -24,7 +24,6 @@ platform:
install:
- ps: Install-Product node $env:nodejs_version x64
- set CI=true
- npm install -g npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install

Expand Down
8 changes: 6 additions & 2 deletions readme.md
@@ -1,6 +1,10 @@
# steamcmd [![Build Status](https://travis-ci.org/mathphreak/node-steamcmd.svg?branch=master)](https://travis-ci.org/mathphreak/node-steamcmd)
# steamcmd

> Call steamcmd from node.js
Call steamcmd from node.js

[![npm](https://img.shields.io/npm/dt/steamcmd.svg?style=flat-square)](https://www.npmjs.com/package/steamcmd)
[![AppVeyor](https://img.shields.io/appveyor/ci/mathphreak/node-steamcmd.svg?style=flat-square&label=Windows+build)](https://ci.appveyor.com/project/mathphreak/node-steamcmd)
[![Travis](https://img.shields.io/travis/mathphreak/node-steamcmd.svg?style=flat-square&label=OS+X+%2F+Linux+build)](https://travis-ci.org/mathphreak/node-steamcmd)

## Install

Expand Down

0 comments on commit 774b11c

Please sign in to comment.