UNPKG
@linthtml/gulp-linthtml
Version:
latest (0.7.0)
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
A gulp plugin for processing files with LintHTML
@linthtml/gulp-linthtml
/
.travis.yml
14 lines
(13 loc)
•
262 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js
node_js:
-
"10"
-
"12"
-
"14"
-
"node"
before_script:
- npm install -g gulp-cli
cache: npm
notifications:
email: false
# script: npm run-script pretest && npm run-script coverage
# after_script: npx coveralls < coverage/lcov.info