Skip to content

Commit

Permalink
.travis.yml was updated for html5validator
Browse files Browse the repository at this point in the history
  • Loading branch information
ahtohbi4 committed Feb 3, 2016
1 parent e01c7f8 commit 8d1dd76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ language: python
python:
- 2.7

before_install:
- sudo apt-get update
- sudo apt-get install oracle-java8-installer
- sudo update-java-alternatives -s java-8-oracle

install:
- pip install html5validator

Expand Down

0 comments on commit 8d1dd76

Please sign in to comment.