Change platforms tested on Travis
[plcapi.git] / tests / ci / travis / setup_privoxy.sh
1 #!/bin/sh
2
3 # configure privoxy
4
5 sudo cp -f tests/ci/travis/privoxy /etc/privoxy/config
6 sudo service privoxy restart