Skip to content

Commit

Permalink
Fix travis yaml not using correct im6 source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfx committed Sep 19, 2018
1 parent 7689b77 commit 4114284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ before_install:
sudo apt-get build-dep imagemagick -y &&
wget "https://github.com/ImageMagick/ImageMagick6/archive/${IMAGEMAGICK_VERSION}.tar.gz" &&
tar -xvf "${IMAGEMAGICK_VERSION}.tar.gz" &&
cd "ImageMagick-${IMAGEMAGICK_VERSION}" &&
cd "ImageMagick6-${IMAGEMAGICK_VERSION}" &&
./configure --prefix=$HOME/opt --without-magick-plus-plus --without-perl --disable-openmp --with-gvc=no &&
make -j$CORES && sudo make install && sudo ldconfig &&
$HOME/opt/bin/convert -version | grep $IMAGEMAGICK_VERSION &&
Expand Down

0 comments on commit 4114284

Please sign in to comment.