Skip to content

Commit 5421a6e

Browse files
author
Tom Van Herreweghe
committed
Updated travis config to install exiftool
1 parent 4b8a44d commit 5421a6e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ php:
77
script: phpunit
88

99
before_script:
10-
- composer install --dev --prefer-source
10+
- composer install --dev --prefer-source
11+
12+
before_install:
13+
- cd /tmp && wget http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.32.tar.gz
14+
- tar -zxvf Image-ExifTool-9.32.tar.gz
15+
- cd Image-ExifTool-9.32 && perl Makefile.PL && make test && sudo make install

0 commit comments

Comments
 (0)