Skip to content

Commit

Permalink
Fixes #631 (#647)
Browse files Browse the repository at this point in the history
* Install Ghostscript for tests

* Moved from before_install to install
  • Loading branch information
Matt Burgess authored and freekmurze committed May 30, 2017
1 parent 01951b6 commit aacab2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -19,6 +19,7 @@ install:
- travis_retry composer require php-ffmpeg/php-ffmpeg
- travis_retry composer require league/flysystem-aws-s3-v3
- printf "\n" | pecl install imagick
- sudo apt-get install -y ghostscript

script:
- phpunit
Expand Down

0 comments on commit aacab2b

Please sign in to comment.