Skip to content

Commit 948fb24

Browse files
committed
fix travis
1 parent a41854a commit 948fb24

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
33
- 0.8
4-
before_script:
4+
install:
55
- npm install mocha -g
66
- npm install expect.js -g
77
script: "mocha --recursive --reporter spec"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ HTMLHint
55

66
A Static Code Analysis Tool for HTML
77

8+
[![Build Status](https://travis-ci.org/yaniswang/HTMLHint.png?branch=master)](https://travis-ci.org/yaniswang/HTMLHint)
9+
810
jsCoverage: [98%](http://yaniswang.com/HTMLHint/coverage.html)
911

1012
How to use HTMLHint

0 commit comments

Comments
 (0)