UNPKG
banno-htmlhint
Version:
latest (0.9.15)
0.9.15
A Static Code Analysis Tool for HTML
github.com/banno/HTMLHint
banno/HTMLHint
banno-htmlhint
/
.travis.yml
21 lines
(15 loc)
•
231 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sudo:
false
language:
node_js
node_js:
-
"0.10"
-
"0.12"
-
"4.4.3"
-
"5.9.1"
-
"6.0.0"
cache:
directories: - node_modules
matrix:
fast_finish:
true
script:
"grunt"
after_success:
istanbul-coveralls