Travis: compile qpdf from source

The older version in Travis's Ubuntu 14.04 can't pass the test suite anymore.
This commit is contained in:
James R. Barlow
2018-04-11 15:40:45 -07:00
parent 85ebba72bc
commit fedbbdb575
3 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ if not forced and command.startswith('install') or \
)
check_external_program(
program='qpdf',
need_version='5.1.1', # limited by Travis CI / Ubuntu 14.04 backports
need_version='7.0.0', # test suite known to fail on 5.1.1
package='qpdf',
version_check_args=['--version']
)