Skip to content

Commit

Permalink
missing dep for checklink
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Apr 23, 2015
1 parent 438024a commit e6dc248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install:
- cd widlproc && make obj/widlproc && cd ..
- pip install html5lib lxml
- pip install html5validator
- sudo apt-get install libwww-perl
- sudo apt-get install libwww-perl libcss-dom-perl
script:
- mkdir build && cd build && ln -s ../images . && ln -s ../getusermedia.css . && cd ..
- phantomjs --ignore-ssl-errors=true --ssl-protocol=tlsv1 respec/tools/respec2html.js -e -w getusermedia.html build/output.html
Expand Down

0 comments on commit e6dc248

Please sign in to comment.