Skip to content

Commit

Permalink
Merge pull request #427 from shinnn/master
Browse files Browse the repository at this point in the history
Fix CI setting to pass the test against Node v0.8 / Use SVG badge
  • Loading branch information
alex-seville committed Jun 7, 2014
2 parents 6662482 + 671a868 commit ad40d2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: node_js
node_js:
- "0.8"
- "0.10"
before_script :
before_install:
- npm update -g npm
before_script:
- npm install -g grunt-cli

branches:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A seamless JavaScript code coverage library.
**NOTE: All Pull-Requests must be made into the `development` branch.**


[![Build Status](https://travis-ci.org/alex-seville/blanket.png)](https://travis-ci.org/alex-seville/blanket)
[![Build Status](https://travis-ci.org/alex-seville/blanket.svg)](https://travis-ci.org/alex-seville/blanket)

* [Getting Started](#getting-started)
* [Philosophy](#philosophy)
Expand Down

0 comments on commit ad40d2b

Please sign in to comment.