We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd61582 commit efd39d0Copy full SHA for efd39d0
.travis.yml
@@ -4,8 +4,7 @@ python:
4
- "2.7"
5
install: |
6
sudo apt-get update && \
7
- sudo apt-get install oracle-java8-installer && \
8
- sudo update-java-alternatives -s java-8-oracle && \
+ sudo apt-get install default-jre-headless && \
9
pip install html5validator
10
script:
11
- html5validator --show-warnings
0 commit comments