So Travis-CI has an issue with pdftools. So for now, lets install it on travis-ci.
So modifying the test.
Also, lets steer away from setwd. Since the travis-ci test explicitly goes into the scr path to run the test and then goes back to the TRAVIS_BUILD_DIR. So to be on the safe side, lets just stick to using relative path with respect to scr directory.
So Travis-CI has an issue with pdftools. So for now, lets install it on travis-ci.
So modifying the test.
Also, lets steer away from
setwd
. Since the travis-ci test explicitly goes into thescr
path to run the test and then goes back to theTRAVIS_BUILD_DIR
. So to be on the safe side, lets just stick to using relative path with respect toscr
directory.