Skip to content

Commit 729d7aa

Browse files
gloomy-ghostHainish
authored andcommitted
Remove libxml dependencies (EFForg#15790)
It was used for xml linting but seems like it's no longer the case
1 parent 90b70ad commit 729d7aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/setup_travis.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ function setup_firefox {
1919
wget -O /tmp/geckodriver.tar.gz ${url}
2020
sudo tar -xvf /tmp/geckodriver.tar.gz -C /usr/local/bin/
2121
sudo chmod a+x /usr/local/bin/geckodriver
22-
23-
# ./make.sh requires xmllint
24-
sudo apt-get -qq update
25-
sudo apt-get install -y libxml2-utils
2622
}
2723

2824
function browser_setup {

0 commit comments

Comments
 (0)