Skip to content

Commit c099c87

Browse files
author
Tom Van Herreweghe
committed
Updated travis config again 2
1 parent 09e2e85 commit c099c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_script:
1111

1212
before_install:
1313
- composer self-update
14-
- cd /tmp && wget http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.32.tar.gz
14+
- wget http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-9.32.tar.gz
1515
- tar -zxvf Image-ExifTool-9.32.tar.gz
1616
- cd Image-ExifTool-9.32 && perl Makefile.PL && make test && sudo make install
17-
- cd ~
17+
- cd .. && rm -rf Image-ExifTool-9.32

0 commit comments

Comments
 (0)