Skip to content

Commit

Permalink
set symbolic links to avoid erroneous link check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Feb 11, 2015
1 parent 0e82ac1 commit 1fd67f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ install:
- pip install html5validator
- sudo apt-get install libwww-perl
script:
- mkdir build
- 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
- python webidl-checker/webidl-check build/output.html
- "! (perl -T linkchecker/bin/checklink -S 0 -q -b build/output.html |grep \"^\")"
Expand Down

0 comments on commit 1fd67f3

Please sign in to comment.