Skip to content

Commit efd39d0

Browse files
committed
Fix CI
1 parent cd61582 commit efd39d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ python:
44
- "2.7"
55
install: |
66
sudo apt-get update && \
7-
sudo apt-get install oracle-java8-installer && \
8-
sudo update-java-alternatives -s java-8-oracle && \
7+
sudo apt-get install default-jre-headless && \
98
pip install html5validator
109
script:
1110
- html5validator --show-warnings

0 commit comments

Comments
 (0)