Skip to content

Commit

Permalink
Add isitmaintained.com badges (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Kendall committed May 2, 2016
1 parent 1c409a3 commit 7029032
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: node_js

node_js:
- 0.12
- 0.11
- "5.1"

before_install:
- npm install -g gulp

script:
- gulp build
- gulp build
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Percentage of issues still open](http://isitmaintained.com/badge/open/prebid/Prebid.js.svg)](http://isitmaintained.com/project/prebid/Prebid.js "Percentage of issues still open")
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/prebid/Prebid.js.svg)](http://isitmaintained.com/project/prebid/Prebid.js "Average time to resolve an issue")

Prebid.js
========

Expand Down Expand Up @@ -88,7 +91,7 @@ Full Developer API reference:

Contribute
----------
**Note:** You need to have at least `node.js 4.x` or greater installed to be able to run the gulp build commands.
**Note:** You need to have at least `node.js 4.x` or greater installed to be able to run the gulp build commands.

### Add a Bidder Adapter ###
Follow the [guide outlined here](http://prebid.org/dev-docs/bidder-adaptor.html) to add an adapter.
Expand Down

0 comments on commit 7029032

Please sign in to comment.