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 36b3f3b commit c061a46Copy full SHA for c061a46
.travis.yml
@@ -1,8 +1,11 @@
1
language: python
2
-sudo: false
+sudo: required
3
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
9
- pip install html5validator
10
script:
11
- html5validator --show-warnings
0 commit comments