Skip to content

Commit

Permalink
Install actual exiftool version => make travis run (hopefully) again.
Browse files Browse the repository at this point in the history
  • Loading branch information
janfri committed May 7, 2013
1 parent a6d5a10 commit 6da0938
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,7 +1,13 @@
language: ruby language: ruby
before_install: before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install libimage-exiftool-perl - sudo apt-get install wget
- wget http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.27.tar.gz
- tar -xzf Image-ExifTool-9.27.tar.gz
- cd Image-ExifTool-9.27
- perl Makefile.PL
- make
- sudo make install
- exiftool -ver - exiftool -ver
- gem install rim json - gem install rim json
rvm: rvm:
Expand Down

0 comments on commit 6da0938

Please sign in to comment.