Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Bug 1116335 - Install the tidy package as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Apr 29, 2015
1 parent b4c9c88 commit d5184bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis-install
Expand Up @@ -6,7 +6,7 @@ export LC_CTYPE=en_US.UTF-8
if [ "$TOXENV" == "py26" ]
then
sudo apt-get update -qq
sudo apt-get -y install build-essential aria2 libxml2-dev libxslt-dev libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev zlib1g-dev sqlite3 libtidy-dev libtidy-0.99-0
sudo apt-get -y install build-essential aria2 libxml2-dev libxslt-dev libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev zlib1g-dev sqlite3 tidy libtidy-dev libtidy-0.99-0
sudo ln -s /usr/lib/`uname -i`-linux-gnu/libfreetype.so /usr/lib
sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so /usr/lib

Expand Down

0 comments on commit d5184bc

Please sign in to comment.