Skip to content

Fix before_install in .travis.yml#11

Closed
sarahhodne wants to merge 1 commit intojanfri:masterfrom
sarahhodne:patch-1
Closed

Fix before_install in .travis.yml#11
sarahhodne wants to merge 1 commit intojanfri:masterfrom
sarahhodne:patch-1

Conversation

@sarahhodne
Copy link
Copy Markdown

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.

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.
@sarahhodne
Copy link
Copy Markdown
Author

And boom, your tests are passing again 😄

@janfri
Copy link
Copy Markdown
Owner

janfri commented May 23, 2013

My tests passing already (since 6da0938). ;-) It was not a problem with the working dir but with the build in exiftool version.

@janfri
Copy link
Copy Markdown
Owner

janfri commented May 23, 2013

Have inserted a "cd .." in the actual master's HEAD. So it's a little bit nicer / more correct. ;-)

@janfri janfri closed this May 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants