Skip to content

Commit f5f8fb1

Browse files
author
Tom Van Herreweghe
committed
Update exiftool version in travis config
Signed-off-by: Tom Van Herreweghe <tom@king-foo.be>
1 parent 2982429 commit f5f8fb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ after_script:
2424

2525
before_install:
2626
- composer self-update
27-
- wget http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.82.tar.gz
28-
- tar -zxvf Image-ExifTool-9.82.tar.gz
29-
- cd Image-ExifTool-9.82 && perl Makefile.PL && make test && sudo make install
30-
- cd .. && rm -rf Image-ExifTool-9.82
27+
- wget http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.90.tar.gz
28+
- tar -zxvf Image-ExifTool-9.90.tar.gz
29+
- cd Image-ExifTool-9.90 && perl Makefile.PL && make test && sudo make install
30+
- cd .. && rm -rf Image-ExifTool-9.90

0 commit comments

Comments
 (0)