Skip to content

Commit 51b83cb

Browse files
Anatol Brodersideshowbarker
authored andcommitted
Create Travis config
Fixes #4
1 parent 449d6f8 commit 51b83cb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)