We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41854a commit 948fb24Copy full SHA for 948fb24
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
node_js:
3
- 0.8
4
-before_script:
+install:
5
- npm install mocha -g
6
- npm install expect.js -g
7
script: "mocha --recursive --reporter spec"
README.md
@@ -5,6 +5,8 @@ HTMLHint
A Static Code Analysis Tool for HTML
8
+[](https://travis-ci.org/yaniswang/HTMLHint)
9
+
10
jsCoverage: [98%](http://yaniswang.com/HTMLHint/coverage.html)
11
12
How to use HTMLHint
0 commit comments