Skip to content

Commit 64d8f57

Browse files
committed
Adds Travis config
1 parent b12f797 commit 64d8f57

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
sudo: false
3+
python:
4+
- "2.7"
5+
install:
6+
- pip install html5validator
7+
script:
8+
- html5validator --show-warnings

0 commit comments

Comments
 (0)