Closed sarahhodne closed 11 years ago
And boom, your tests are passing again :smile:
My tests passing already (since 6da09382946e9fb98d2e39040022ca685418fa75). ;-) It was not a problem with the working dir but with the build in exiftool version.
Have inserted a "cd .." in the actual master's HEAD. So it's a little bit nicer / more correct. ;-)
The .travis.yml file was cding into the Image-ExifTool-9.27 dir, but never back out again. This adds another cd to $TRAVIS_BUILD_DIR, which is where the repository is checked out.