We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449d6f8 commit 51b83cbCopy full SHA for 51b83cb
1 file changed
.travis.yml
@@ -0,0 +1,6 @@
1
+install:
2
+ - "wget -O vnu.zip https://github.com/validator/validator.github.io/releases/download/20140825/vnu-20140825.jar.zip"
3
+ - "unzip vnu.zip"
4
+
5
+script:
6
+ - "java -jar ./vnu/vnu.jar index.html service.html"
0 commit comments