Skip to content

Commit c061a46

Browse files
committed
Update Travis configuration for new html5validator
1 parent 36b3f3b commit c061a46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: python
2-
sudo: false
2+
sudo: required
33
python:
44
- "2.7"
55
install:
6+
- sudo apt-get update
7+
- sudo apt-get install oracle-java8-installer
8+
- sudo update-java-alternatives -s java-8-oracle
69
- pip install html5validator
710
script:
811
- html5validator --show-warnings

0 commit comments

Comments
 (0)