1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-28 17:21:29 +00:00

fix travis

This commit is contained in:
Lu Wang 2014-03-23 16:20:55 +08:00
parent 5842d986fe
commit da7aa4a99f

View File

@ -3,7 +3,7 @@ compiler: gcc
before_install:
- sudo add-apt-repository ppa:coolwanglu/pdf2htmlex --yes
- sudo apt-get update -qq
- sudo apt-get install -qq libpoppler-dev libfontforge-dev libspiro-dev libcairo-dev libfreetype6-dev
- sudo apt-get install -qq libpoppler-dev libspiro-dev libcairo-dev libfreetype6-dev
install:
- export LIBRARY_PATH=/usr/local/lib
- export LD_LIBRARY_PATH=/usr/local/lib